Home
last modified time | relevance | path

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

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