Searched refs:Op1Int (Results 1 – 2 of 2) sorted by relevance
1454 const APInt *Op1Int; in commonIRemTransforms() local1455 if (match(Op1, m_APInt(Op1Int)) && !Op1Int->isMinValue() && in commonIRemTransforms()1457 !Op1Int->isMinSignedValue())) { in commonIRemTransforms()
3266 APInt Op1Int = Op1CI->getValue(); in ComputeMultiple() local3267 uint64_t BitToSet = Op1Int.getLimitedValue(Op1Int.getBitWidth() - 1); in ComputeMultiple()3268 APInt API(Op1Int.getBitWidth(), 0); in ComputeMultiple()