Lines Matching refs:NextElt
561 static void DecodeIITType(unsigned &NextElt, ArrayRef<unsigned char> Infos, in DecodeIITType() argument
563 IIT_Info Info = IIT_Info(Infos[NextElt++]); in DecodeIITType()
606 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
610 DecodeIITType(NextElt, Infos, OutputTable); 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 Infos[NextElt++])); in DecodeIITType()
639 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
643 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
648 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
654 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
660 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
666 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
672 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
678 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
693 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
713 unsigned NextElt = 0; in getIntrinsicInfoTableEntries() local
719 NextElt = (TableVal << 1) >> 1; in getIntrinsicInfoTableEntries()
729 NextElt = 0; in getIntrinsicInfoTableEntries()
733 DecodeIITType(NextElt, IITEntries, T); in getIntrinsicInfoTableEntries()
734 while (NextElt != IITEntries.size() && IITEntries[NextElt] != 0) in getIntrinsicInfoTableEntries()
735 DecodeIITType(NextElt, IITEntries, T); in getIntrinsicInfoTableEntries()