Home
last modified time | relevance | path

Searched refs:CreateNUWNeg (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstrTypes.h386 static BinaryOperator *CreateNUWNeg(Value *Op, const Twine &Name = "",
388 static BinaryOperator *CreateNUWNeg(Value *Op, const Twine &Name,
H A DIRBuilder.h1572 Value *CreateNUWNeg(Value *V, const Twine &Name = "") {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp2594 BinaryOperator *BinaryOperator::CreateNUWNeg(Value *Op, const Twine &Name, in CreateNUWNeg() function in BinaryOperator
2600 BinaryOperator *BinaryOperator::CreateNUWNeg(Value *Op, const Twine &Name, in CreateNUWNeg() function in BinaryOperator
H A DCore.cpp3467 return wrap(unwrap(B)->CreateNUWNeg(unwrap(V), Name)); in LLVMBuildNUWNeg()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1592 func (b Builder) CreateNUWNeg(v Value, name string) (rv Value) { func