Searched refs:getExact (Results 1 – 2 of 2) sorted by relevance
338 const SCEV *getExact(ScalarEvolution *SE) const;344 const SCEV *getExact(BasicBlock *ExitingBlock, ScalarEvolution *SE) const;
4535 return getBackedgeTakenInfo(L).getExact(ExitingBlock, this); in getExitCount()4550 return getBackedgeTakenInfo(L).getExact(this); in getBackedgeTakenCount()4589 if (Result.getExact(this) != getCouldNotCompute()) { in getBackedgeTakenInfo()4590 assert(isLoopInvariant(Result.getExact(this), L) && in getBackedgeTakenInfo()4726 ScalarEvolution::BackedgeTakenInfo::getExact(ScalarEvolution *SE) const { in getExact() function in ScalarEvolution::BackedgeTakenInfo4751 ScalarEvolution::BackedgeTakenInfo::getExact(BasicBlock *ExitingBlock, in getExact() function in ScalarEvolution::BackedgeTakenInfo