Lines Matching defs:getConstantMax
8321 return getBackedgeTakenInfo(L).getConstantMax(ExitingBlock, this);
8337 return getPredicatedBackedgeTakenInfo(L).getConstantMax(ExitingBlock, this,
8354 return getBackedgeTakenInfo(L).getConstantMax(this);
8368 return getPredicatedBackedgeTakenInfo(L).getConstantMax(this, &Preds);
8691 /// getConstantMax - Get the constant max backedge taken count for the loop.
8692 const SCEV *ScalarEvolution::BackedgeTakenInfo::getConstantMax(
8695 if (!getConstantMax())
8705 assert((isa<SCEVCouldNotCompute>(getConstantMax()) ||
8706 isa<SCEVConstant>(getConstantMax())) &&
8708 return getConstantMax();