Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3379 std::optional<std::pair<uint64_t, unsigned>> PrevElt; in isSimpleVIDSequence()
3408 if (PrevElt) { in isSimpleVIDSequence()
3411 unsigned IdxDiff = Idx - PrevElt->second; in isSimpleVIDSequence()
3412 int64_t ValDiff = SignExtend64(*Elt - PrevElt->first, EltSizeInBits); in isSimpleVIDSequence()
3442 if (!PrevElt || PrevElt->first != *Elt) in isSimpleVIDSequence()
3443 PrevElt = std::make_pair(*Elt, Idx); in isSimpleVIDSequence()
3378 std::optional<std::pair<uint64_t, unsigned>> PrevElt; isSimpleVIDSequence() local