Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp108 APInt LocalStride = C->getValue() - Prev->getValue(); in matchStridedConstant() local
110 StrideVal = LocalStride; in matchStridedConstant()
111 else if (StrideVal != LocalStride) in matchStridedConstant()