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