Home
last modified time | relevance | path

Searched refs:NextValueNo (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3267 unsigned NextValueNo = ValueList.size(); in ParseFunctionBody() local
3301 NextValueNo = ValueList.size(); in ParseFunctionBody()
3400 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || in ParseFunctionBody()
3401 popValue(Record, OpNum, NextValueNo, LHS->getType(), RHS) || in ParseFunctionBody()
3447 if (getValueTypePair(Record, OpNum, NextValueNo, Op) || in ParseFunctionBody()
3484 if (getValueTypePair(Record, OpNum, NextValueNo, BasePtr)) in ParseFunctionBody()
3497 if (getValueTypePair(Record, OpNum, NextValueNo, Op)) in ParseFunctionBody()
3514 if (getValueTypePair(Record, OpNum, NextValueNo, Agg)) in ParseFunctionBody()
3550 if (getValueTypePair(Record, OpNum, NextValueNo, Agg)) in ParseFunctionBody()
3553 if (getValueTypePair(Record, OpNum, NextValueNo, Val)) in ParseFunctionBody()
[all …]