Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h384 static BinaryOperator *CreateNUWNeg(Value *Op, const Twine &Name = "",
386 static BinaryOperator *CreateNUWNeg(Value *Op, const Twine &Name,
H A DIRBuilder.h1590 Value *CreateNUWNeg(Value *V, const Twine &Name = "") {
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2608 BinaryOperator *BinaryOperator::CreateNUWNeg(Value *Op, const Twine &Name, in CreateNUWNeg() function in BinaryOperator
2614 BinaryOperator *BinaryOperator::CreateNUWNeg(Value *Op, const Twine &Name, in CreateNUWNeg() function in BinaryOperator
H A DCore.cpp3478 return wrap(unwrap(B)->CreateNUWNeg(unwrap(V), Name)); in LLVMBuildNUWNeg()