Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CreateNot

1679   return Builder.CreateNot(Op, "neg");
1701 BoolVal = Builder.CreateNot(BoolVal, "lnot");
2143 EmitBinOpCheck(Builder.CreateNot(overflow), Ops);
2145 CGF.EmitTrapCheck(Builder.CreateNot(overflow));
3009 llvm::Value *tmp2 = Builder.CreateNot(tmp);