Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp121 APInt LocalStride = C->getValue() - Prev->getValue(); in matchStridedConstant() local
123 StrideVal = LocalStride; in matchStridedConstant()
124 else if (StrideVal != LocalStride) in matchStridedConstant()