Searched refs:getValueTypePair (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp653 bool getValueTypePair(SmallVectorImpl<uint64_t> &Record, unsigned &Slot, function in class:__anon3411::BitcodeReader
3940 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) ||
3961 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) ||
3998 if (getValueTypePair(Record, OpNum, NextValueNo, Op) ||
4042 if (getValueTypePair(Record, OpNum, NextValueNo, BasePtr, &FullBaseTy))
4055 if (getValueTypePair(Record, OpNum, NextValueNo, Op))
4073 if (getValueTypePair(Record, OpNum, NextValueNo, Agg, &FullTy))
4111 if (getValueTypePair(Record, OpNum, NextValueNo, Agg, &FullTy))
4114 if (getValueTypePair(Record, OpNum, NextValueNo, Val))
4157 if (getValueTypePair(Recor
[all...]

Completed in 75 milliseconds