Lines Matching refs:Exact
4842 if (EL.Exact == getCouldNotCompute()) in ComputeBackedgeTakenCount()
4847 ExitCounts.push_back(std::make_pair(ExitBB, EL.Exact)); in ComputeBackedgeTakenCount()
4990 if (EL0.Exact == getCouldNotCompute() || in ComputeExitLimitFromCond()
4991 EL1.Exact == getCouldNotCompute()) in ComputeExitLimitFromCond()
4994 BECount = getUMinFromMismatchedTypes(EL0.Exact, EL1.Exact); in ComputeExitLimitFromCond()
5007 if (EL0.Exact == EL1.Exact) in ComputeExitLimitFromCond()
5008 BECount = EL0.Exact; in ComputeExitLimitFromCond()
5025 if (EL0.Exact == getCouldNotCompute() || in ComputeExitLimitFromCond()
5026 EL1.Exact == getCouldNotCompute()) in ComputeExitLimitFromCond()
5029 BECount = getUMinFromMismatchedTypes(EL0.Exact, EL1.Exact); in ComputeExitLimitFromCond()
5042 if (EL0.Exact == EL1.Exact) in ComputeExitLimitFromCond()
5043 BECount = EL0.Exact; in ComputeExitLimitFromCond()
6174 const SCEV *Exact = in HowFarToZero() local
6176 return ExitLimit(Exact, Exact); in HowFarToZero()