Lines Matching defs:MaxC
5744 const APInt &MaxC = MaxCOp->getAPIntValue();5746 if (-MaxC == MinCPlus1 && MinCPlus1.isPowerOf2()) {5752 if (MaxC == 0 && MinCPlus1.isPowerOf2()) {6453 const APInt &MaxC = APIntOps::smax(APRhs, APLhs);6455 APInt Dif = MaxC - MinC;6457 if (MaxC.isAllOnes() &&