Searched defs:CreateNSWNeg (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DNoFolder.h190 Instruction *CreateNSWNeg(Constant *C) const { function in class:llvm::NoFolder
H A DIRBuilder.h1590 Value *CreateNSWNeg(Value *V, const Twine &Name = "") { function in class:llvm::IRBuilder
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2362 BinaryOperator *BinaryOperator::CreateNSWNeg(Value *Op, const Twine &Name, function in class:BinaryOperator
2368 BinaryOperator *BinaryOperator::CreateNSWNeg(Value *Op, const Twine &Name, function in class:BinaryOperator

Completed in 123 milliseconds