Searched refs:CreateNUWNeg (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 386 static BinaryOperator *CreateNUWNeg(Value *Op, const Twine &Name = "", 388 static BinaryOperator *CreateNUWNeg(Value *Op, const Twine &Name,
|
| H A D | IRBuilder.h | 1572 Value *CreateNUWNeg(Value *V, const Twine &Name = "") {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Instructions.cpp | 2594 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 D | Core.cpp | 3467 return wrap(unwrap(B)->CreateNUWNeg(unwrap(V), Name)); in LLVMBuildNUWNeg()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
| H A D | ir.go | 1592 func (b Builder) CreateNUWNeg(v Value, name string) (rv Value) { func
|