Lines Matching refs:m_APInt
1501 if (match(C, m_APInt(ConstIntOrConstSplatInt))) in isKnownToBeAPowerOfTwo()
1980 if (match(U->getOperand(1), m_APInt(Denominator))) { in ComputeNumSignBits()
2000 if (match(U->getOperand(1), m_APInt(Denominator))) { in ComputeNumSignBits()
2034 if (match(U->getOperand(1), m_APInt(ShAmt))) { in ComputeNumSignBits()
2042 if (match(U->getOperand(1), m_APInt(ShAmt))) { in ComputeNumSignBits()
3083 if (match(Inst->getOperand(1), m_APInt(V))) in isSafeToSpeculativelyExecute()
3091 if (!match(Inst->getOperand(1), m_APInt(Denominator))) in isSafeToSpeculativelyExecute()
3101 if (match(Inst->getOperand(0), m_APInt(Numerator))) in isSafeToSpeculativelyExecute()
3974 if (match(RHS, m_NSWAdd(m_Specific(LHS), m_APInt(C)))) in isTruePredicate()
3983 if (match(RHS, m_NUWAdd(m_Specific(LHS), m_APInt(C)))) in isTruePredicate()
3989 if (match(A, m_NUWAdd(m_Value(X), m_APInt(CA))) && in isTruePredicate()
3990 match(B, m_NUWAdd(m_Specific(X), m_APInt(CB)))) in isTruePredicate()
3994 if (match(A, m_Or(m_Value(X), m_APInt(CA))) && in isTruePredicate()
3995 match(B, m_Or(m_Specific(X), m_APInt(CB)))) { in isTruePredicate()