Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3597 std::optional<unsigned> SeqStepDenom; in isSimpleVIDSequence() local
3656 if (!SeqStepDenom) in isSimpleVIDSequence()
3657 SeqStepDenom = IdxDiff; in isSimpleVIDSequence()
3658 else if (IdxDiff != *SeqStepDenom) in isSimpleVIDSequence()
3668 if (!SeqStepNum || !SeqStepDenom) in isSimpleVIDSequence()
3679 .sdiv(*SeqStepDenom); in isSimpleVIDSequence()
3690 return VIDSequence{SeqStepNum->getSExtValue(), *SeqStepDenom, in isSimpleVIDSequence()