Home
last modified time | relevance | path

Searched refs:TripCountC (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/polly/lib/Analysis/
DScopDetection.cpp1350 if (auto *TripCountC = dyn_cast<SCEVConstant>(TripCount)) in countBeneficialSubLoops() local
1351 if (TripCountC->getType()->getScalarSizeInBits() <= 64) in countBeneficialSubLoops()
1352 if (TripCountC->getValue()->getZExtValue() <= MinProfitableTrips) in countBeneficialSubLoops()