Searched refs:CreateNSWNeg (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | NoFolder.h | 191 Instruction *CreateNSWNeg(Constant *C) const { in CreateNSWNeg() function 192 return BinaryOperator::CreateNSWNeg(C); in CreateNSWNeg()
|
| H A D | InstrTypes.h | 299 static BinaryOperator *CreateNSWNeg(Value *Op, const Twine &Name = "", 301 static BinaryOperator *CreateNSWNeg(Value *Op, const Twine &Name,
|
| H A D | IRBuilder.h | 1318 Value *CreateNSWNeg(Value *V, const Twine &Name = "") {
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Instructions.cpp | 2196 BinaryOperator *BinaryOperator::CreateNSWNeg(Value *Op, const Twine &Name, in CreateNSWNeg() function in BinaryOperator 2202 BinaryOperator *BinaryOperator::CreateNSWNeg(Value *Op, const Twine &Name, in CreateNSWNeg() function in BinaryOperator
|
| H A D | Core.cpp | 3272 return wrap(unwrap(B)->CreateNSWNeg(unwrap(V), Name)); in LLVMBuildNSWNeg()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 1870 Value *NegX = B.CreateNSWNeg(X, "neg"); in optimizeAbs()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 2413 if (!isInc) numElts = Builder.CreateNSWNeg(numElts, "vla.negsize"); in EmitScalarPrePostIncDec()
|
| H A D | CGBuiltin.cpp | 1707 Value *NegOp = Builder.CreateNSWNeg(ArgValue, "neg"); in EmitBuiltinExpr()
|