Searched refs:BaseMaxInt (Results 1 – 1 of 1) sorted by relevance
9268 APInt BaseMaxInt = getUnsignedRangeMax(Exact); in howFarToZero() local9269 if (BaseMaxInt.ult(MaxInt)) in howFarToZero()9270 Max = getConstant(BaseMaxInt); in howFarToZero()