Searched refs:NotSel (Results 1 – 3 of 3) sorted by relevance
887 Value *NotSel = Builder.CreateXor(Sel, MinusOne); in UpgradeIntrinsicCall() local889 Value *Sel1 = Builder.CreateAnd(Arg1, NotSel); in UpgradeIntrinsicCall()
2227 Value *NotSel = Builder.CreateNot(Sel); in UpgradeIntrinsicCall() local2229 Value *Sel1 = Builder.CreateAnd(CI->getArgOperand(1), NotSel); in UpgradeIntrinsicCall()
2353 Value *NotSel = Builder.CreateNot(Sel); in UpgradeIntrinsicCall() local2355 Value *Sel1 = Builder.CreateAnd(CI->getArgOperand(1), NotSel); in UpgradeIntrinsicCall()