Home
last modified time | relevance | path

Searched refs:m_SpecificInt_ICMP (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp117 if (!match(NewShAmt, m_SpecificInt_ICMP(ICmpInst::Predicate::ICMP_ULT, in reassociateShiftAmtsOfTwoSameDirectionShifts()
129 m_SpecificInt_ICMP(ICmpInst::Predicate::ICMP_EQ, in reassociateShiftAmtsOfTwoSameDirectionShifts()
378 m_SpecificInt_ICMP(ICmpInst::ICMP_ULT, Threshold)); in foldShiftOfShiftedBinOp()
1504 C, m_SpecificInt_ICMP(ICmpInst::Predicate::ICMP_EQ, in foldVariableSignZeroExtensionOfVariableHighBitExtract()
H A DInstCombineSelect.cpp591 !match(Z, m_SpecificInt_ICMP(CmpInst::ICMP_ULT, in foldSelectICmpAndAnd()
669 m_SpecificInt_ICMP(ICmpInst::ICMP_SGE, APInt(Bitwidth, -1)))) && in foldSelectICmpLshrAshr()
672 m_SpecificInt_ICMP(ICmpInst::ICMP_SGE, APInt(Bitwidth, 0))))) in foldSelectICmpLshrAshr()
1385 if (!match(C0, m_SpecificInt_ICMP( in canonicalizeClampLike()
1395 m_SpecificInt_ICMP( in canonicalizeClampLike()
1456 m_SpecificInt_ICMP(ICmpInst::Predicate::ICMP_NE, in canonicalizeClampLike()
H A DInstCombineCasts.cpp593 if (match(C, m_SpecificInt_ICMP(ICmpInst::ICMP_ULE, in narrowBinOp()
772 if (match(C, m_SpecificInt_ICMP(ICmpInst::ICMP_ULE, in visitTrunc()
819 if (match(C, m_SpecificInt_ICMP(ICmpInst::ICMP_ULT, Threshold))) { in visitTrunc()
H A DInstCombineAndOrXor.cpp1824 return match(C, m_SpecificInt_ICMP(ICmpInst::ICMP_ULT, Threshold)); in canNarrowShiftAmt()
2100 m_SpecificInt_ICMP(ICmpInst::ICMP_ULT, APInt(BitWidth, BitWidth)))) in foldBinOpOfDisplacedShifts()
2467 match(Y, m_SpecificInt_ICMP( in visitAnd()
2777 m_SpecificInt_ICMP(ICmpInst::ICMP_ULT, APInt(Width, Width))) && in matchFunnelShift()
2779 m_SpecificInt_ICMP(ICmpInst::ICMP_ULT, APInt(Width, Width))) && in matchFunnelShift()
H A DInstCombineAddSub.cpp1304 !match(C, m_SpecificInt_ICMP(ICmpInst::Predicate::ICMP_EQ, in canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract()
H A DInstCombineCompares.cpp1183 if (!match(C, m_SpecificInt_ICMP(ICmpInst::Predicate::ICMP_EQ, in foldSignBitTest()
4300 m_SpecificInt_ICMP(ICmpInst::Predicate::ICMP_ULT, in foldShiftIntoShiftInAnotherHandOfAndInICmp()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp2472 BitPos, PatternMatch::m_SpecificInt_ICMP( in recognizeShiftUntilBitTest()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h606 m_SpecificInt_ICMP(ICmpInst::Predicate Predicate, const APInt &Threshold) { in m_SpecificInt_ICMP() function