Searched defs:CreateNot (Results 1 – 5 of 5) 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
2080 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, in CreateNot() function in BinaryOperator2087 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