Searched refs:CreateNUWNeg (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 383 static BinaryOperator *CreateNUWNeg(Value *Op, const Twine &Name = "", 385 static BinaryOperator *CreateNUWNeg(Value *Op, const Twine &Name,
|
| H A D | IRBuilder.h | 1585 Value *CreateNUWNeg(Value *V, const Twine &Name = "") {
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Instructions.cpp | 2825 BinaryOperator *BinaryOperator::CreateNUWNeg(Value *Op, const Twine &Name, in CreateNUWNeg() function in BinaryOperator 2831 BinaryOperator *BinaryOperator::CreateNUWNeg(Value *Op, const Twine &Name, in CreateNUWNeg() function in BinaryOperator
|
| H A D | Core.cpp | 3464 return wrap(unwrap(B)->CreateNUWNeg(unwrap(V), Name)); in LLVMBuildNUWNeg()
|
| /llvm-project-15.0.7/llvm/bindings/go/llvm/ |
| H A D | ir.go | 1558 func (b Builder) CreateNUWNeg(v Value, name string) (rv Value) { func
|