Home
last modified time | relevance | path

Searched defs:CreateNot (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp2837 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, in CreateNot() function in BinaryOperator
2844 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, in CreateNot() function in BinaryOperator
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go1570 func (b Builder) CreateNot(v Value, name string) (rv Value) { func