Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2061 unsigned NextValueNo = ValueList.size(); in ParseFunctionBody() local
2085 NextValueNo = ValueList.size(); in ParseFunctionBody()
2164 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || in ParseFunctionBody()
2195 if (getValueTypePair(Record, OpNum, NextValueNo, Op) || in ParseFunctionBody()
2211 if (getValueTypePair(Record, OpNum, NextValueNo, BasePtr)) in ParseFunctionBody()
2217 if (getValueTypePair(Record, OpNum, NextValueNo, Op)) in ParseFunctionBody()
2233 if (getValueTypePair(Record, OpNum, NextValueNo, Agg)) in ParseFunctionBody()
2254 if (getValueTypePair(Record, OpNum, NextValueNo, Agg)) in ParseFunctionBody()
2257 if (getValueTypePair(Record, OpNum, NextValueNo, Val)) in ParseFunctionBody()
2279 if (getValueTypePair(Record, OpNum, NextValueNo, TrueVal) || in ParseFunctionBody()
[all …]
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4377 unsigned NextValueNo = ValueList.size(); in parseFunctionBody() local
4413 NextValueNo = ValueList.size(); in parseFunctionBody()
4520 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || in parseFunctionBody()
4521 popValue(Record, OpNum, NextValueNo, LHS->getType(), RHS) || in parseFunctionBody()
4557 if (getValueTypePair(Record, OpNum, NextValueNo, Op) || in parseFunctionBody()
4597 if (getValueTypePair(Record, OpNum, NextValueNo, BasePtr)) in parseFunctionBody()
4612 if (getValueTypePair(Record, OpNum, NextValueNo, Op)) in parseFunctionBody()
4629 if (getValueTypePair(Record, OpNum, NextValueNo, Agg)) in parseFunctionBody()
4668 if (getValueTypePair(Record, OpNum, NextValueNo, Agg)) in parseFunctionBody()
4671 if (getValueTypePair(Record, OpNum, NextValueNo, Val)) in parseFunctionBody()
[all …]