Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp122 static std::pair<Value *, Value *> matchStridedStart(Value *Start, in matchStridedStart() function
159 std::tie(Start, Stride) = matchStridedStart(BO->getOperand(OtherIndex), in matchStridedStart()
225 std::tie(Start, Stride) = matchStridedStart(Start, Builder); in matchStridedRecurrence()
423 auto [Start, Stride] = matchStridedStart(VecIndex, Builder); in determineBaseAndStride()