Searched refs:NextElt (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/IR/ |
D | Function.cpp | 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() [all …]
|