Searched refs:PtrTypeID (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 6073 unsigned PtrTypeID, ValTypeID; in parseFunctionBody() local 6074 if (getValueTypePair(Record, OpNum, NextValueNo, Ptr, PtrTypeID, CurBB)) in parseFunctionBody() 6081 ValTypeID = getContainedTypeID(PtrTypeID); in parseFunctionBody() 6109 unsigned PtrTypeID, ValTypeID; in parseFunctionBody() local 6117 ValTypeID = getContainedTypeID(PtrTypeID); in parseFunctionBody() 6152 unsigned PtrTypeID; in parseFunctionBody() local 6153 if (getValueTypePair(Record, OpNum, NextValueNo, Ptr, PtrTypeID, CurBB)) in parseFunctionBody() 6160 unsigned CmpTypeID = getContainedTypeID(PtrTypeID); in parseFunctionBody() 6220 unsigned PtrTypeID; in parseFunctionBody() local 6288 unsigned PtrTypeID; in parseFunctionBody() local [all …]
|