Searched refs:SeqAddend (Results 1 – 1 of 1) sorted by relevance
3599 std::optional<APInt> SeqAddend; in isSimpleVIDSequence() local3682 if (!SeqAddend) in isSimpleVIDSequence()3683 SeqAddend = Addend; in isSimpleVIDSequence()3684 else if (Addend != SeqAddend) in isSimpleVIDSequence()3688 assert(SeqAddend && "Must have an addend if we have a step"); in isSimpleVIDSequence()3691 SeqAddend->getSExtValue()}; in isSimpleVIDSequence()