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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DNoFolder.h190 Instruction *CreateNSWNeg(Constant *C) const { function in class:llvm::NoFolder
191 return BinaryOperator::CreateNSWNeg(C);
H A DInstrTypes.h385 static BinaryOperator *CreateNSWNeg(Value *Op, const Twine &Name = "",
387 static BinaryOperator *CreateNSWNeg(Value *Op, const Twine &Name,
H A DIRBuilder.h1590 Value *CreateNSWNeg(Value *V, const Twine &Name = "") { function in class:llvm::IRBuilder
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1112 return BinaryOperator::CreateNSWNeg(
1430 return BinaryOperator::CreateNSWNeg(Builder.CreateSRem(X, Y));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2362 BinaryOperator *BinaryOperator::CreateNSWNeg(Value *Op, const Twine &Name, function in class:BinaryOperator
2368 BinaryOperator *BinaryOperator::CreateNSWNeg(Value *Op, const Twine &Name, function in class:BinaryOperator
H A DCore.cpp3402 return wrap(unwrap(B)->CreateNSWNeg(unwrap(V), Name));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2281 Value *NegX = B.CreateNSWNeg(X, "neg");
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp2519 if (!isInc) numElts = Builder.CreateNSWNeg(numElts, "vla.negsize");
H A DCGBuiltin.cpp1932 Value *NegOp = Builder.CreateNSWNeg(ArgValue, "neg");

Completed in 173 milliseconds