Home
last modified time | relevance | path

Searched defs:CreateNUWNeg (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/llvm/include/llvm/IR/
H A DNoFolder.h166 Instruction *CreateNUWNeg(Constant *C) const { in CreateNUWNeg() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DNoFolder.h194 Instruction *CreateNUWNeg(Constant *C) const { in CreateNUWNeg() function
/aosp_15_r20/external/llvm/lib/IR/
H A DInstructions.cpp2185 BinaryOperator *BinaryOperator::CreateNUWNeg(Value *Op, const Twine &Name, in CreateNUWNeg() function in BinaryOperator
2191 BinaryOperator *BinaryOperator::CreateNUWNeg(Value *Op, const Twine &Name, in CreateNUWNeg() function in BinaryOperator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DInstructions.cpp2374 BinaryOperator *BinaryOperator::CreateNUWNeg(Value *Op, const Twine &Name, in CreateNUWNeg() function in BinaryOperator
2380 BinaryOperator *BinaryOperator::CreateNUWNeg(Value *Op, const Twine &Name, in CreateNUWNeg() function in BinaryOperator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DInstructions.cpp2994 BinaryOperator *BinaryOperator::CreateNUWNeg(Value *Op, const Twine &Name, in CreateNUWNeg() function in BinaryOperator
3000 BinaryOperator *BinaryOperator::CreateNUWNeg(Value *Op, const Twine &Name, in CreateNUWNeg() function in BinaryOperator
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dir.go1430 func (b Builder) CreateNUWNeg(v Value, name string) (rv Value) { func