Home
last modified time | relevance | path

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

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp285 if (Value *Op = const_cast<Value*>(getGuaranteedNonPoisonOp(&I))) in rewrite()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp285 if (Value *Op = const_cast<Value*>(getGuaranteedNonPoisonOp(&I))) in rewrite()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Analysis/
H A DValueTracking.h579 const Value *getGuaranteedNonPoisonOp(const Instruction *I);
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Analysis/
H A DValueTracking.h579 const Value *getGuaranteedNonPoisonOp(const Instruction *I);
/dports/devel/llvm11/llvm-11.0.1.src/lib/Analysis/
H A DValueTracking.cpp4975 const Value *llvm::getGuaranteedNonPoisonOp(const Instruction *I) { in getGuaranteedNonPoisonOp() function in llvm
5013 auto *NotPoison = getGuaranteedNonPoisonOp(I); in mustTriggerUB()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Analysis/
H A DValueTracking.cpp5135 const Value *llvm::getGuaranteedNonPoisonOp(const Instruction *I) { in getGuaranteedNonPoisonOp() function in llvm
5173 auto *NotPoison = getGuaranteedNonPoisonOp(I); in mustTriggerUB()