Lines Matching refs:NextElt
590 static void DecodeIITType(unsigned &NextElt, ArrayRef<unsigned char> Infos, in DecodeIITType() argument
592 IIT_Info Info = IIT_Info(Infos[NextElt++]); in DecodeIITType()
641 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
645 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
649 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
653 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
657 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
661 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
665 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
669 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
673 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
677 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
681 Infos[NextElt++])); in DecodeIITType()
682 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
686 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
691 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
697 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
703 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
709 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
715 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
721 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
736 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
756 unsigned NextElt = 0; in getIntrinsicInfoTableEntries() local
762 NextElt = (TableVal << 1) >> 1; in getIntrinsicInfoTableEntries()
772 NextElt = 0; in getIntrinsicInfoTableEntries()
776 DecodeIITType(NextElt, IITEntries, T); in getIntrinsicInfoTableEntries()
777 while (NextElt != IITEntries.size() && IITEntries[NextElt] != 0) in getIntrinsicInfoTableEntries()
778 DecodeIITType(NextElt, IITEntries, T); in getIntrinsicInfoTableEntries()