Searched refs:TripCountC (Results 1 – 1 of 1) sorted by relevance
1350 if (auto *TripCountC = dyn_cast<SCEVConstant>(TripCount)) in countBeneficialSubLoops() local1351 if (TripCountC->getType()->getScalarSizeInBits() <= 64) in countBeneficialSubLoops()1352 if (TripCountC->getValue()->getZExtValue() <= MinProfitableTrips) in countBeneficialSubLoops()