Home
last modified time | relevance | path

Searched refs:getPoisonFor (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp222 static Value *getPoisonFor(DenseMap<Value *, Value *> &ValToPoison, Value *V) { in getPoisonFor() function
285 getPoisonFor(ValToPoison, const_cast<Value *>(Op))); in rewrite()
291 CreateAssertNot(B, getPoisonFor(ValToPoison, Op)); in rewrite()
297 Checks.push_back(getPoisonFor(ValToPoison, U)); in rewrite()
313 NewPHI->setIncomingValue(i, getPoisonFor(ValToPoison, OldVal)); in rewrite()