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