Searched refs:getValueTypePair (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 290 bool getValueTypePair(SmallVectorImpl<uint64_t> &Record, unsigned &Slot, in getValueTypePair() function in __anonecb5182a0111::BitcodeReader 3400 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || 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() 3592 if (getValueTypePair(Record, OpNum, NextValueNo, TrueVal) || in ParseFunctionBody() 3607 if (getValueTypePair(Record, OpNum, NextValueNo, TrueVal) || in ParseFunctionBody() [all …]
|