Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h2088 bool IsNonNeg = false) {
2094 if (IsNonNeg)
2148 bool IsNonNeg = false) {
2155 if (IsNonNeg)
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h631 NonNegFlagsTy(bool IsNonNeg) : NonNeg(IsNonNeg) {} in NonNegFlagsTy()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h4612 LLVM_C_ABI void LLVMSetNNeg(LLVMValueRef NonNegInst, LLVMBool IsNonNeg);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3820 void LLVMSetNNeg(LLVMValueRef NonNegInst, LLVMBool IsNonNeg) { in LLVMSetNNeg() argument
3822 cast<Instruction>(P)->setNonNeg(IsNonNeg); in LLVMSetNNeg()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1512 auto IsNonNeg = [&](unsigned OpNo) -> bool { in foldFBinOpOfIntCastsFromSign() local
1523 !IsNonNeg(OpNo)) in foldFBinOpOfIntCastsFromSign()