Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1416 Optional<int64_t> SeqStep, SeqAddend; in isSimpleVIDSequence() local
1444 if (!SeqStep) in isSimpleVIDSequence()
1445 SeqStep = Step; in isSimpleVIDSequence()
1446 else if (Step != SeqStep) in isSimpleVIDSequence()
1451 if (SeqStep) { in isSimpleVIDSequence()
1453 SignExtend64(Val - (Idx * (uint64_t)*SeqStep), EltSizeInBits); in isSimpleVIDSequence()
1465 if (!SeqStep || !SeqAddend) in isSimpleVIDSequence()
1468 return VIDSequence{*SeqStep, *SeqAddend}; in isSimpleVIDSequence()