Lines Matching defs:MaxC
5600 const APInt &MaxC = MaxCOp->getAPIntValue();5602 if (-MaxC == MinCPlus1 && MinCPlus1.isPowerOf2()) {5608 if (MaxC == 0 && MinCPlus1.isPowerOf2()) {6308 const APInt &MaxC = APIntOps::smax(APRhs, APLhs);6310 APInt Dif = MaxC - MinC;6312 if (MaxC.isAllOnes() &&