Searched refs:CreateNSWNeg (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 382 static BinaryOperator *CreateNSWNeg(Value *Op, const Twine &Name = "", 384 static BinaryOperator *CreateNSWNeg(Value *Op, const Twine &Name,
|
| H A D | IRBuilder.h | 1568 Value *CreateNSWNeg(Value *V, const Twine &Name = "") {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 1170 return BinaryOperator::CreateNSWNeg( in visitSDiv() 1540 return BinaryOperator::CreateNSWNeg(Builder.CreateSRem(X, Y)); in visitSRem()
|
| H A D | InstCombineCalls.cpp | 918 return BinaryOperator::CreateNSWNeg(IIOperand); in visitCallInst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Instructions.cpp | 2582 BinaryOperator *BinaryOperator::CreateNSWNeg(Value *Op, const Twine &Name, in CreateNSWNeg() function in BinaryOperator 2588 BinaryOperator *BinaryOperator::CreateNSWNeg(Value *Op, const Twine &Name, in CreateNSWNeg() function in BinaryOperator
|
| H A D | Core.cpp | 3462 return wrap(unwrap(B)->CreateNSWNeg(unwrap(V), Name)); in LLVMBuildNSWNeg()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 2266 Value *NegX = B.CreateNSWNeg(X, "neg"); in optimizeAbs()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
| H A D | ir.go | 1586 func (b Builder) CreateNSWNeg(v Value, name string) (rv Value) { func
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 2581 if (!isInc) numElts = Builder.CreateNSWNeg(numElts, "vla.negsize"); in EmitScalarPrePostIncDec()
|
| H A D | CGBuiltin.cpp | 2555 Value *NegOp = Builder.CreateNSWNeg(ArgValue, "neg"); in EmitBuiltinExpr()
|