Searched refs:CreateNSWNeg (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | NoFolder.h | 190 Instruction *CreateNSWNeg(Constant *C) const { in CreateNSWNeg() function 191 return BinaryOperator::CreateNSWNeg(C); in CreateNSWNeg()
|
D | InstrTypes.h | 385 static BinaryOperator *CreateNSWNeg(Value *Op, const Twine &Name = "", 387 static BinaryOperator *CreateNSWNeg(Value *Op, const Twine &Name,
|
D | IRBuilder.h | 1590 Value *CreateNSWNeg(Value *V, const Twine &Name = "") {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 1112 return BinaryOperator::CreateNSWNeg( in visitSDiv() 1430 return BinaryOperator::CreateNSWNeg(Builder.CreateSRem(X, Y)); in visitSRem()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
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
|
D | Core.cpp | 3402 return wrap(unwrap(B)->CreateNSWNeg(unwrap(V), Name)); in LLVMBuildNSWNeg()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 2281 Value *NegX = B.CreateNSWNeg(X, "neg"); in optimizeAbs()
|