Lines Matching refs:Exact
4871 if (EL.Exact == getCouldNotCompute()) in ComputeBackedgeTakenCount()
4876 ExitCounts.push_back(std::make_pair(ExitBB, EL.Exact)); in ComputeBackedgeTakenCount()
5019 if (EL0.Exact == getCouldNotCompute() || in ComputeExitLimitFromCond()
5020 EL1.Exact == getCouldNotCompute()) in ComputeExitLimitFromCond()
5023 BECount = getUMinFromMismatchedTypes(EL0.Exact, EL1.Exact); in ComputeExitLimitFromCond()
5036 if (EL0.Exact == EL1.Exact) in ComputeExitLimitFromCond()
5037 BECount = EL0.Exact; in ComputeExitLimitFromCond()
5054 if (EL0.Exact == getCouldNotCompute() || in ComputeExitLimitFromCond()
5055 EL1.Exact == getCouldNotCompute()) in ComputeExitLimitFromCond()
5058 BECount = getUMinFromMismatchedTypes(EL0.Exact, EL1.Exact); in ComputeExitLimitFromCond()
5071 if (EL0.Exact == EL1.Exact) in ComputeExitLimitFromCond()
5072 BECount = EL0.Exact; in ComputeExitLimitFromCond()
6203 const SCEV *Exact = in HowFarToZero() local
6205 return ExitLimit(Exact, Exact); in HowFarToZero()