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