Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1953 Optional<int64_t> SeqStepNum, SeqAddend; in isSimpleVIDSequence() local
2020 if (!SeqAddend) in isSimpleVIDSequence()
2021 SeqAddend = Addend; in isSimpleVIDSequence()
2022 else if (Addend != SeqAddend) in isSimpleVIDSequence()
2026 assert(SeqAddend && "Must have an addend if we have a step"); in isSimpleVIDSequence()
2028 return VIDSequence{*SeqStepNum, *SeqStepDenom, *SeqAddend}; in isSimpleVIDSequence()