Searched refs:NextValueNo (Results 1 – 1 of 1) sorted by relevance
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 2055 unsigned NextValueNo = ValueList.size(); in ParseFunctionBody() local 2079 NextValueNo = ValueList.size(); in ParseFunctionBody() 2160 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || in ParseFunctionBody() 2191 if (getValueTypePair(Record, OpNum, NextValueNo, Op) || in ParseFunctionBody() 2207 if (getValueTypePair(Record, OpNum, NextValueNo, BasePtr)) in ParseFunctionBody() 2213 if (getValueTypePair(Record, OpNum, NextValueNo, Op)) in ParseFunctionBody() 2229 if (getValueTypePair(Record, OpNum, NextValueNo, Agg)) in ParseFunctionBody() 2250 if (getValueTypePair(Record, OpNum, NextValueNo, Agg)) in ParseFunctionBody() 2253 if (getValueTypePair(Record, OpNum, NextValueNo, Val)) in ParseFunctionBody() 2275 if (getValueTypePair(Record, OpNum, NextValueNo, TrueVal) || in ParseFunctionBody() [all …]
|