Home
last modified time | relevance | path

Searched refs:NotSel (Results 1 – 2 of 2) 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-7.0/llvm/lib/IR/
DAutoUpgrade.cpp1947 Value *NotSel = Builder.CreateNot(Sel); in UpgradeIntrinsicCall() local
1949 Value *Sel1 = Builder.CreateAnd(CI->getArgOperand(1), NotSel); in UpgradeIntrinsicCall()