Searched refs:CreateNUWNeg (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 393 static BinaryOperator *CreateNUWNeg(Value *Op, const Twine &Name = "", 395 static BinaryOperator *CreateNUWNeg(Value *Op, const Twine &Name,
|
| H A D | IRBuilder.h | 1725 Value *CreateNUWNeg(Value *V, const Twine &Name = "") {
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 2996 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 D | Core.cpp | 3503 return wrap(unwrap(B)->CreateNUWNeg(unwrap(V), Name)); in LLVMBuildNUWNeg()
|