Searched defs:CreateNot (Results 1 – 9 of 9) sorted by relevance
113 Constant *CreateNot(Constant *C) const { in CreateNot() function
172 Instruction *CreateNot(Constant *C) const { in CreateNot() function
133 Constant *CreateNot(Constant *C) const { in CreateNot() function
202 Instruction *CreateNot(Constant *C) const { in CreateNot() function
123 Constant *CreateNot(Constant *C) const { in CreateNot() function
125 Constant *CreateNot(Constant *C) const { in CreateNot() function
2211 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, in CreateNot() function in BinaryOperator2218 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, in CreateNot() function in BinaryOperator
2400 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, in CreateNot() function in BinaryOperator2407 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, in CreateNot() function in BinaryOperator
1442 func (b Builder) CreateNot(v Value, name string) (rv Value) { func