Searched refs:TripCountSCEV (Results 1 – 3 of 3) sorted by relevance
1011 const SCEV *TripCountSCEV = in getNumBytes() local1013 return SE->getMulExpr(TripCountSCEV, in getNumBytes()
2288 const SCEV *TripCountSCEV = in isHardwareLoopProfitable() local2293 if (SE.getUnsignedRangeMax(TripCountSCEV).getBitWidth() > 32) { in isHardwareLoopProfitable()
2360 const SCEV *TripCountSCEV = SE.applyLoopGuards(SE.getSCEV(Count), OrigLoop); in createIterationCountCheck() local2362 if (SE.isKnownPredicate(P, TripCountSCEV, SE.getSCEV(Step))) { in createIterationCountCheck()2367 TripCountSCEV, SE.getSCEV(Step))) { in createIterationCountCheck()