Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp9184 auto *StrideC = dyn_cast<SCEVConstant>(AR->getStepRecurrence(*this)); in computeExitLimitFromICmp() local
9186 StrideC && StrideC->getAPInt().isPowerOf2()) { in computeExitLimitFromICmp()
12800 auto *StrideC = dyn_cast<SCEVConstant>(AR->getStepRecurrence(*this)); in howManyLessThans() local
12801 if (!StrideC || !StrideC->getAPInt().isPowerOf2()) in howManyLessThans()
13157 if (auto *StrideC = dyn_cast<SCEVConstant>(Stride)) { in howManyLessThans() local
13158 if (StrideC->getAPInt().isPowerOf2()) { in howManyLessThans()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp17563 if (auto *StrideC = dyn_cast<ConstantSDNode>(Stride); in PerformDAGCombine()
17564 StrideC && StrideC->getZExtValue() == ElementSize) in PerformDAGCombine()
17581 if (auto *StrideC = dyn_cast<ConstantSDNode>(Stride); in PerformDAGCombine()
17582 StrideC && StrideC->getZExtValue() == ElementSize) in PerformDAGCombine()
17560 if (auto *StrideC = dyn_cast<ConstantSDNode>(Stride); PerformDAGCombine() local
17578 if (auto *StrideC = dyn_cast<ConstantSDNode>(Stride); PerformDAGCombine() local