Searched refs:NextValueNo (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2025 unsigned NextValueNo = ValueList.size(); in ParseFunctionBody() local 2049 NextValueNo = ValueList.size(); in ParseFunctionBody() 2128 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || in ParseFunctionBody() 2159 if (getValueTypePair(Record, OpNum, NextValueNo, Op) || in ParseFunctionBody() 2175 if (getValueTypePair(Record, OpNum, NextValueNo, BasePtr)) in ParseFunctionBody() 2181 if (getValueTypePair(Record, OpNum, NextValueNo, Op)) in ParseFunctionBody() 2197 if (getValueTypePair(Record, OpNum, NextValueNo, Agg)) in ParseFunctionBody() 2218 if (getValueTypePair(Record, OpNum, NextValueNo, Agg)) in ParseFunctionBody() 2221 if (getValueTypePair(Record, OpNum, NextValueNo, Val)) in ParseFunctionBody() 2243 if (getValueTypePair(Record, OpNum, NextValueNo, TrueVal) || in ParseFunctionBody() [all …]
|