Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3203 std::optional<int64_t> SeqStepNum, SeqAddend; in isSimpleVIDSequence() local
3290 if (!SeqAddend) in isSimpleVIDSequence()
3291 SeqAddend = Addend; in isSimpleVIDSequence()
3292 else if (Addend != SeqAddend) in isSimpleVIDSequence()
3296 assert(SeqAddend && "Must have an addend if we have a step"); in isSimpleVIDSequence()
3298 return VIDSequence{*SeqStepNum, *SeqStepDenom, *SeqAddend}; in isSimpleVIDSequence()