Home
last modified time | relevance | path

Searched refs:CreateNUWNeg (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h393 static BinaryOperator *CreateNUWNeg(Value *Op, const Twine &Name = "",
395 static BinaryOperator *CreateNUWNeg(Value *Op, const Twine &Name,
H A DIRBuilder.h1725 Value *CreateNUWNeg(Value *V, const Twine &Name = "") {
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2996 BinaryOperator *BinaryOperator::CreateNUWNeg(Value *Op, const Twine &Name, in CreateNUWNeg() function in BinaryOperator
3002 BinaryOperator *BinaryOperator::CreateNUWNeg(Value *Op, const Twine &Name, in CreateNUWNeg() function in BinaryOperator
H A DCore.cpp3503 return wrap(unwrap(B)->CreateNUWNeg(unwrap(V), Name)); in LLVMBuildNUWNeg()