Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp293 unsigned StepIndex = Inc->getOperand(0) == BasePtr ? 1 : 0; in matchStridedRecurrence() local
295 Value *Step = Inc->getOperand(StepIndex); in matchStridedRecurrence()
327 Inc->setOperand(StepIndex, Step); in matchStridedRecurrence()