Home
last modified time | relevance | path

Searched refs:IsNonNeg (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h2011 bool IsNonNeg = false) {
2017 if (IsNonNeg)
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h4099 void LLVMSetNNeg(LLVMValueRef NonNegInst, LLVMBool IsNonNeg);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3549 void LLVMSetNNeg(LLVMValueRef NonNegInst, LLVMBool IsNonNeg) { in LLVMSetNNeg() argument
3551 cast<Instruction>(P)->setNonNeg(IsNonNeg); in LLVMSetNNeg()