Searched refs:m_APInt (Results 1 – 3 of 3) sorted by relevance
109 if (!match(Elt, m_APInt(IVal)) || !IVal->isPowerOf2()) in getLogBase2Vector()137 match(C1, m_APInt(IVal))) in visitMul()143 if (match(C1, m_APInt(IVal)) && IVal->isPowerOf2()) in visitMul()
1151 if (match(U->getOperand(1), m_APInt(ShAmt))) { in ComputeNumSignBits()1159 if (match(U->getOperand(1), m_APInt(ShAmt))) { in ComputeNumSignBits()
183 inline apint_match m_APInt(const APInt *&Res) { return Res; } in m_APInt() function