Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp9140 auto *StrideC = dyn_cast<SCEVConstant>(AR->getStepRecurrence(*this)); in computeExitLimitFromICmp() local
9142 StrideC && StrideC->getAPInt().isPowerOf2()) { in computeExitLimitFromICmp()
12722 auto *StrideC = dyn_cast<SCEVConstant>(AR->getStepRecurrence(*this)); in howManyLessThans() local
12723 if (!StrideC || !StrideC->getAPInt().isPowerOf2()) in howManyLessThans()
13036 if (auto *StrideC = dyn_cast<SCEVConstant>(Stride)) { in howManyLessThans() local
13037 if (StrideC->getAPInt().isPowerOf2()) { in howManyLessThans()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp16024 if (auto *StrideC = dyn_cast<ConstantSDNode>(Stride); in PerformDAGCombine() local
16025 StrideC && StrideC->getZExtValue() == ElementSize) in PerformDAGCombine()
16042 if (auto *StrideC = dyn_cast<ConstantSDNode>(Stride); in PerformDAGCombine() local
16043 StrideC && StrideC->getZExtValue() == ElementSize) in PerformDAGCombine()