Searched refs:Op1Int (Results 1 – 2 of 2) sorted by relevance
1445 const APInt *Op1Int; in commonIRemTransforms() local1446 if (match(Op1, m_APInt(Op1Int)) && !Op1Int->isMinValue() && in commonIRemTransforms()1448 !Op1Int->isMinSignedValue())) { in commonIRemTransforms()
3224 APInt Op1Int = Op1CI->getValue(); in ComputeMultiple() local3225 uint64_t BitToSet = Op1Int.getLimitedValue(Op1Int.getBitWidth() - 1); in ComputeMultiple()3226 APInt API(Op1Int.getBitWidth(), 0); in ComputeMultiple()