Searched refs:MinEC (Results 1 – 2 of 2) sorted by relevance
327 ElementCount MinEC = in getScalableECFromSignature() local342 if (ElementCount::isKnownLT(*EC, MinEC)) in getScalableECFromSignature()343 MinEC = *EC; in getScalableECFromSignature()361 if (ElementCount::isKnownLT(*ReturnEC, MinEC)) in getScalableECFromSignature()362 MinEC = *ReturnEC; in getScalableECFromSignature()370 if (MinEC.getKnownMinValue() < std::numeric_limits<unsigned int>::max()) in getScalableECFromSignature()371 return MinEC; in getScalableECFromSignature()
1105 const SCEV *MinEC = getMinAnalyzeableBackedgeTakenCount(*SE, *DT, L); in predicateLoopExits() local1106 if (isa<SCEVCouldNotCompute>(MinEC) || MinEC->getType()->isPointerTy() || in predicateLoopExits()1107 !SE->isLoopInvariant(MinEC, L) || in predicateLoopExits()1108 !Rewriter.isSafeToExpandAt(MinEC, IP)) in predicateLoopExits()1153 MinECV = Rewriter.expandCodeFor(MinEC); in predicateLoopExits()