Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h380 static BinaryOperator *CreateNSWNeg(Value *Op, const Twine &Name = "",
382 static BinaryOperator *CreateNSWNeg(Value *Op, const Twine &Name,
H A DIRBuilder.h1586 Value *CreateNSWNeg(Value *V, const Twine &Name = "") {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1176 return BinaryOperator::CreateNSWNeg( in visitSDiv()
1549 return BinaryOperator::CreateNSWNeg(Builder.CreateSRem(X, Y)); in visitSRem()
H A DInstCombineCalls.cpp939 return BinaryOperator::CreateNSWNeg(IIOperand); in visitCallInst()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2596 BinaryOperator *BinaryOperator::CreateNSWNeg(Value *Op, const Twine &Name, in CreateNSWNeg() function in BinaryOperator
2602 BinaryOperator *BinaryOperator::CreateNSWNeg(Value *Op, const Twine &Name, in CreateNSWNeg() function in BinaryOperator
H A DCore.cpp3473 return wrap(unwrap(B)->CreateNSWNeg(unwrap(V), Name)); in LLVMBuildNSWNeg()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2269 Value *NegX = B.CreateNSWNeg(X, "neg"); in optimizeAbs()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp2589 if (!isInc) numElts = Builder.CreateNSWNeg(numElts, "vla.negsize"); in EmitScalarPrePostIncDec()
H A DCGBuiltin.cpp2595 Value *NegOp = Builder.CreateNSWNeg(ArgValue, "neg"); in EmitBuiltinExpr()