Searched refs:Op1Int (Results 1 – 1 of 1) sorted by relevance
1984 const APInt *Op1Int; in commonIRemTransforms() local1985 if (match(Op1, m_APInt(Op1Int)) && !Op1Int->isMinValue() && in commonIRemTransforms()1987 !Op1Int->isMinSignedValue())) { in commonIRemTransforms()