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