Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DNoFolder.h195 Instruction *CreateNUWNeg(Constant *C) const { in CreateNUWNeg() function
196 return BinaryOperator::CreateNUWNeg(C); in CreateNUWNeg()
H A DInstrTypes.h303 static BinaryOperator *CreateNUWNeg(Value *Op, const Twine &Name = "",
305 static BinaryOperator *CreateNUWNeg(Value *Op, const Twine &Name,
H A DIRBuilder.h1322 Value *CreateNUWNeg(Value *V, const Twine &Name = "") {
/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstructions.cpp2208 BinaryOperator *BinaryOperator::CreateNUWNeg(Value *Op, const Twine &Name, in CreateNUWNeg() function in BinaryOperator
2214 BinaryOperator *BinaryOperator::CreateNUWNeg(Value *Op, const Twine &Name, in CreateNUWNeg() function in BinaryOperator
H A DCore.cpp3277 return wrap(unwrap(B)->CreateNUWNeg(unwrap(V), Name)); in LLVMBuildNUWNeg()