Searched refs:Op1Int (Results 1 – 2 of 2) sorted by relevance
1217 const APInt *Op1Int; in commonIRemTransforms() local1218 if (match(Op1, m_APInt(Op1Int)) && !Op1Int->isMinValue() && in commonIRemTransforms()1220 !Op1Int->isMinSignedValue())) { in commonIRemTransforms()
2650 APInt Op1Int = Op1CI->getValue(); in ComputeMultiple() local2651 uint64_t BitToSet = Op1Int.getLimitedValue(Op1Int.getBitWidth() - 1); in ComputeMultiple()2652 APInt API(Op1Int.getBitWidth(), 0); in ComputeMultiple()