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