Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DAutoUpgrade.cpp887 Value *NotSel = Builder.CreateXor(Sel, MinusOne); in UpgradeIntrinsicCall() local
889 Value *Sel1 = Builder.CreateAnd(Arg1, NotSel); in UpgradeIntrinsicCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp2227 Value *NotSel = Builder.CreateNot(Sel); in UpgradeIntrinsicCall() local
2229 Value *Sel1 = Builder.CreateAnd(CI->getArgOperand(1), NotSel); in UpgradeIntrinsicCall()
/external/llvm-project/llvm/lib/IR/
DAutoUpgrade.cpp2353 Value *NotSel = Builder.CreateNot(Sel); in UpgradeIntrinsicCall() local
2355 Value *Sel1 = Builder.CreateAnd(CI->getArgOperand(1), NotSel); in UpgradeIntrinsicCall()