Searched defs:CreateNot (Results 1 – 6 of 6) sorted by relevance
113 Constant *CreateNot(Constant *C) const { in CreateNot() function
172 Instruction *CreateNot(Constant *C) const { in CreateNot() function
125 Constant *CreateNot(Constant *C) const { in CreateNot() function
371 static const MCUnaryExpr *CreateNot(const MCExpr *Expr, MCContext &Ctx) { in CreateNot() function
1914 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, in CreateNot() function in BinaryOperator1921 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, in CreateNot() function in BinaryOperator
1434 func (b Builder) CreateNot(v Value, name string) (rv Value) { func