Lines Matching refs:CreateNot
3068 Value *Cast = Builder.CreateBitCast(Builder.CreateNot(BCSrcOp), DstType); in foldICmpBitCast()
4038 Res = Builder.CreateNot(Res, "mul.not.ov"); in foldMultiplicationOverflowCheck()
4089 return new ICmpInst(Pred, Builder.CreateNot(Op1), X); in foldICmpBinOp()
4093 return new ICmpInst(Pred, X, Builder.CreateNot(Op0)); in foldICmpBinOp()
5302 return BinaryOperator::CreateNot(Res); in processUMulZExtIdiom()
5873 return BinaryOperator::CreateNot(A); in canonicalizeICmpBool()
5882 return BinaryOperator::CreateNot(A); in canonicalizeICmpBool()
5893 return BinaryOperator::CreateNot(Builder.CreateXor(A, B)); in canonicalizeICmpBool()
5905 return BinaryOperator::CreateAnd(Builder.CreateNot(A), B); in canonicalizeICmpBool()
5913 return BinaryOperator::CreateAnd(Builder.CreateNot(B), A); in canonicalizeICmpBool()
5921 return BinaryOperator::CreateOr(Builder.CreateNot(A), B); in canonicalizeICmpBool()
5929 return BinaryOperator::CreateOr(Builder.CreateNot(B), A); in canonicalizeICmpBool()