Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3378 std::optional<int64_t> SeqStepNum, SeqAddend; in isSimpleVIDSequence() local
3458 if (!SeqAddend) in isSimpleVIDSequence()
3459 SeqAddend = Addend; in isSimpleVIDSequence()
3460 else if (Addend != SeqAddend) in isSimpleVIDSequence()
3464 assert(SeqAddend && "Must have an addend if we have a step"); in isSimpleVIDSequence()
3466 return VIDSequence{*SeqStepNum, *SeqStepDenom, *SeqAddend}; in isSimpleVIDSequence()