Home
last modified time | relevance | path

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

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/IR/
H A DConstantFold.cpp582 auto NotPoison = [](Constant *C) {
601 if (isa<UndefValue>(V1) && NotPoison(V2)) return V2;
602 if (isa<UndefValue>(V2) && NotPoison(V1)) return V1;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/IR/
H A DConstantFold.cpp582 auto NotPoison = [](Constant *C) { in ConstantFoldSelectInstruction() local
601 if (isa<UndefValue>(V1) && NotPoison(V2)) return V2; in ConstantFoldSelectInstruction()
602 if (isa<UndefValue>(V2) && NotPoison(V1)) return V1; in ConstantFoldSelectInstruction()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp582 auto NotPoison = [](Constant *C) { in ConstantFoldSelectInstruction() local
601 if (isa<UndefValue>(V1) && NotPoison(V2)) return V2; in ConstantFoldSelectInstruction()
602 if (isa<UndefValue>(V2) && NotPoison(V1)) return V1; in ConstantFoldSelectInstruction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/IR/
H A DConstantFold.cpp582 auto NotPoison = [](Constant *C) { in ConstantFoldSelectInstruction() local
601 if (isa<UndefValue>(V1) && NotPoison(V2)) return V2; in ConstantFoldSelectInstruction()
602 if (isa<UndefValue>(V2) && NotPoison(V1)) return V1; in ConstantFoldSelectInstruction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/IR/
H A DConstantFold.cpp582 auto NotPoison = [](Constant *C) { in ConstantFoldSelectInstruction() local
601 if (isa<UndefValue>(V1) && NotPoison(V2)) return V2; in ConstantFoldSelectInstruction()
602 if (isa<UndefValue>(V2) && NotPoison(V1)) return V1; in ConstantFoldSelectInstruction()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/IR/
H A DConstantFold.cpp582 auto NotPoison = [](Constant *C) { in ConstantFoldSelectInstruction() local
601 if (isa<UndefValue>(V1) && NotPoison(V2)) return V2; in ConstantFoldSelectInstruction()
602 if (isa<UndefValue>(V2) && NotPoison(V1)) return V1; in ConstantFoldSelectInstruction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/IR/
H A DConstantFold.cpp787 auto NotPoison = [](Constant *C) { in ConstantFoldSelectInstruction() local
803 if (isa<UndefValue>(V1) && NotPoison(V2)) return V2; in ConstantFoldSelectInstruction()
804 if (isa<UndefValue>(V2) && NotPoison(V1)) return V1; in ConstantFoldSelectInstruction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/IR/
H A DConstantFold.cpp787 auto NotPoison = [](Constant *C) { in ConstantFoldSelectInstruction() local
803 if (isa<UndefValue>(V1) && NotPoison(V2)) return V2; in ConstantFoldSelectInstruction()
804 if (isa<UndefValue>(V2) && NotPoison(V1)) return V1; in ConstantFoldSelectInstruction()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/IR/
H A DConstantFold.cpp800 auto NotPoison = [](Constant *C) { in ConstantFoldSelectInstruction() local
819 if (isa<UndefValue>(V1) && NotPoison(V2)) return V2; in ConstantFoldSelectInstruction()
820 if (isa<UndefValue>(V2) && NotPoison(V1)) return V1; in ConstantFoldSelectInstruction()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/IR/
H A DConstantFold.cpp800 auto NotPoison = [](Constant *C) { in ConstantFoldSelectInstruction() local
819 if (isa<UndefValue>(V1) && NotPoison(V2)) return V2; in ConstantFoldSelectInstruction()
820 if (isa<UndefValue>(V2) && NotPoison(V1)) return V1; in ConstantFoldSelectInstruction()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Analysis/
H A DValueTracking.cpp4439 const Value *NotPoison = getGuaranteedNonFullPoisonOp(&I); in programUndefinedIfFullPoison() local
4440 if (NotPoison != nullptr && YieldsPoison.count(NotPoison)) in programUndefinedIfFullPoison()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Analysis/
H A DValueTracking.cpp4210 const Value *NotPoison = getGuaranteedNonFullPoisonOp(&I);
4211 if (NotPoison != nullptr && YieldsPoison.count(NotPoison))
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4561 auto *NotPoison = getGuaranteedNonFullPoisonOp(I); in mustTriggerUB() local
4562 return (NotPoison && KnownPoison.count(NotPoison)); in mustTriggerUB()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Analysis/
H A DValueTracking.cpp4561 auto *NotPoison = getGuaranteedNonFullPoisonOp(I); in mustTriggerUB() local
4562 return (NotPoison && KnownPoison.count(NotPoison)); in mustTriggerUB()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DValueTracking.cpp4561 auto *NotPoison = getGuaranteedNonFullPoisonOp(I); in mustTriggerUB() local
4562 return (NotPoison && KnownPoison.count(NotPoison)); in mustTriggerUB()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Analysis/
H A DValueTracking.cpp4379 auto *NotPoison = getGuaranteedNonFullPoisonOp(I); in mustTriggerUB() local
4380 return (NotPoison && KnownPoison.count(NotPoison)); in mustTriggerUB()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Analysis/
H A DValueTracking.cpp5013 auto *NotPoison = getGuaranteedNonPoisonOp(I); in mustTriggerUB() local
5014 return (NotPoison && KnownPoison.count(NotPoison)); in mustTriggerUB()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Analysis/
H A DValueTracking.cpp5173 auto *NotPoison = getGuaranteedNonPoisonOp(I); in mustTriggerUB() local
5174 return (NotPoison && KnownPoison.count(NotPoison)); in mustTriggerUB()