Searched defs:CreateNot (Results 1 – 2 of 2) sorted by relevance
2837 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, in CreateNot() function in BinaryOperator2844 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, in CreateNot() function in BinaryOperator
1570 func (b Builder) CreateNot(v Value, name string) (rv Value) { func