Lines Matching refs:NextElt

563 static void DecodeIITType(unsigned &NextElt, ArrayRef<unsigned char> Infos,  in DecodeIITType()  argument
565 IIT_Info Info = IIT_Info(Infos[NextElt++]); in DecodeIITType()
614 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
618 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
622 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
626 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
630 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
634 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
638 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
642 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
646 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
650 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
654 Infos[NextElt++])); in DecodeIITType()
655 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
659 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
664 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
670 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
676 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
682 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
688 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
694 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
709 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
729 unsigned NextElt = 0; in getIntrinsicInfoTableEntries() local
735 NextElt = (TableVal << 1) >> 1; in getIntrinsicInfoTableEntries()
745 NextElt = 0; in getIntrinsicInfoTableEntries()
749 DecodeIITType(NextElt, IITEntries, T); in getIntrinsicInfoTableEntries()
750 while (NextElt != IITEntries.size() && IITEntries[NextElt] != 0) in getIntrinsicInfoTableEntries()
751 DecodeIITType(NextElt, IITEntries, T); in getIntrinsicInfoTableEntries()