Searched refs:CreateNUWNeg (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | NoFolder.h | 195 Instruction *CreateNUWNeg(Constant *C) const { in CreateNUWNeg() function 196 return BinaryOperator::CreateNUWNeg(C); in CreateNUWNeg()
|
| H A D | InstrTypes.h | 303 static BinaryOperator *CreateNUWNeg(Value *Op, const Twine &Name = "", 305 static BinaryOperator *CreateNUWNeg(Value *Op, const Twine &Name,
|
| H A D | IRBuilder.h | 1322 Value *CreateNUWNeg(Value *V, const Twine &Name = "") {
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Instructions.cpp | 2208 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 D | Core.cpp | 3277 return wrap(unwrap(B)->CreateNUWNeg(unwrap(V), Name)); in LLVMBuildNUWNeg()
|