Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp11713 auto *StrideC = dyn_cast<SCEVConstant>(Stride); in howManyLessThans() local
11714 if (!StrideC || !StrideC->getAPInt().isPowerOf2()) in howManyLessThans()
11860 if (auto *StrideC = dyn_cast<SCEVConstant>(Stride)) { in howManyLessThans() local
11861 if (StrideC->getAPInt().isPowerOf2()) { in howManyLessThans()