Home
last modified time | relevance | path

Searched refs:CreateNSWNeg (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstrTypes.h382 static BinaryOperator *CreateNSWNeg(Value *Op, const Twine &Name = "",
384 static BinaryOperator *CreateNSWNeg(Value *Op, const Twine &Name,
H A DIRBuilder.h1568 Value *CreateNSWNeg(Value *V, const Twine &Name = "") {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1170 return BinaryOperator::CreateNSWNeg( in visitSDiv()
1540 return BinaryOperator::CreateNSWNeg(Builder.CreateSRem(X, Y)); in visitSRem()
H A DInstCombineCalls.cpp918 return BinaryOperator::CreateNSWNeg(IIOperand); in visitCallInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp2582 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 DCore.cpp3462 return wrap(unwrap(B)->CreateNSWNeg(unwrap(V), Name)); in LLVMBuildNSWNeg()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2266 Value *NegX = B.CreateNSWNeg(X, "neg"); in optimizeAbs()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1586 func (b Builder) CreateNSWNeg(v Value, name string) (rv Value) { func
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp2581 if (!isInc) numElts = Builder.CreateNSWNeg(numElts, "vla.negsize"); in EmitScalarPrePostIncDec()
H A DCGBuiltin.cpp2555 Value *NegOp = Builder.CreateNSWNeg(ArgValue, "neg"); in EmitBuiltinExpr()