Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp135 static std::pair<Value *, Value *> matchStridedStart(Value *Start, in matchStridedStart() function
158 std::tie(Start, Stride) = matchStridedStart(BO->getOperand(OtherIndex), in matchStridedStart()
204 std::tie(Start, Stride) = matchStridedStart(Start, Builder); in matchStridedRecurrence()