Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DNoFolder.h169 Instruction *CreateNot(Constant *C) const override { in CreateNot() function
H A DConstantFolder.h136 Constant *CreateNot(Constant *C) const override { in CreateNot() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h128 Constant *CreateNot(Constant *C) const override { in CreateNot() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp2606 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, in CreateNot() function in BinaryOperator
2613 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, in CreateNot() function in BinaryOperator
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1604 func (b Builder) CreateNot(v Value, name string) (rv Value) { func