Lines Matching refs:CreateNot
749 NotA = Builder->CreateNot(A); in FoldSPFofSPF()
751 NotB = Builder->CreateNot(B); in FoldSPFofSPF()
753 NotC = Builder->CreateNot(C); in FoldSPFofSPF()
757 Value *NewOuter = Builder->CreateNot(generateMinMaxSelectPattern( in FoldSPFofSPF()
930 Value *NotCond = Builder->CreateNot(CondVal, "not." + CondVal->getName()); in visitSelectInst()
939 Value *NotCond = Builder->CreateNot(CondVal, "not." + CondVal->getName()); in visitSelectInst()
975 Value *NotCond = Builder->CreateNot(CondVal, "not." + CondVal->getName()); in visitSelectInst()
981 Value *NotCond = Builder->CreateNot(CondVal, "not." + CondVal->getName()); in visitSelectInst()
1163 Value *NewLHS = Builder->CreateNot(LHS); in visitSelectInst()
1164 Value *NewRHS = Builder->CreateNot(RHS); in visitSelectInst()
1169 Builder->CreateNot(Builder->CreateSelect(NewCmp, NewLHS, NewRHS)); in visitSelectInst()