Searched refs:PtrTypeID (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 5859 unsigned PtrTypeID, ValTypeID; in parseFunctionBody() local 5860 if (getValueTypePair(Record, OpNum, NextValueNo, Ptr, PtrTypeID, CurBB)) in parseFunctionBody() 5867 ValTypeID = getContainedTypeID(PtrTypeID); in parseFunctionBody() 5895 unsigned PtrTypeID, ValTypeID; in parseFunctionBody() local 5903 ValTypeID = getContainedTypeID(PtrTypeID); in parseFunctionBody() 5938 unsigned PtrTypeID; in parseFunctionBody() local 5939 if (getValueTypePair(Record, OpNum, NextValueNo, Ptr, PtrTypeID, CurBB)) in parseFunctionBody() 5946 unsigned CmpTypeID = getContainedTypeID(PtrTypeID); in parseFunctionBody() 6006 unsigned PtrTypeID; in parseFunctionBody() local 6074 unsigned PtrTypeID; in parseFunctionBody() local [all …]
|