Searched defs:CreateNSWNeg (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | NoFolder.h | 163 Instruction *CreateNSWNeg(Constant *C) const { in CreateNSWNeg() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | NoFolder.h | 190 Instruction *CreateNSWNeg(Constant *C) const { in CreateNSWNeg() function
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Instructions.cpp | 2173 BinaryOperator *BinaryOperator::CreateNSWNeg(Value *Op, const Twine &Name, in CreateNSWNeg() function in BinaryOperator 2179 BinaryOperator *BinaryOperator::CreateNSWNeg(Value *Op, const Twine &Name, in CreateNSWNeg() function in BinaryOperator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Instructions.cpp | 2362 BinaryOperator *BinaryOperator::CreateNSWNeg(Value *Op, const Twine &Name, in CreateNSWNeg() function in BinaryOperator 2368 BinaryOperator *BinaryOperator::CreateNSWNeg(Value *Op, const Twine &Name, in CreateNSWNeg() function in BinaryOperator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Instructions.cpp | 2982 BinaryOperator *BinaryOperator::CreateNSWNeg(Value *Op, const Twine &Name, in CreateNSWNeg() function in BinaryOperator 2988 BinaryOperator *BinaryOperator::CreateNSWNeg(Value *Op, const Twine &Name, in CreateNSWNeg() function in BinaryOperator
|
/aosp_15_r20/external/llvm/bindings/go/llvm/ |
H A D | ir.go | 1424 func (b Builder) CreateNSWNeg(v Value, name string) (rv Value) { func
|