Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp270 unsigned StepIndex = Inc->getOperand(0) == BasePtr ? 1 : 0; in matchStridedRecurrence() local
272 Value *Step = Inc->getOperand(StepIndex); in matchStridedRecurrence()
308 Inc->setOperand(StepIndex, Step); in matchStridedRecurrence()
318 Inc->setOperand(StepIndex, Step); in matchStridedRecurrence()