Searched refs:PtrTypeID (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 6024 unsigned PtrTypeID, ValTypeID; in parseFunctionBody() local 6025 if (getValueTypePair(Record, OpNum, NextValueNo, Ptr, PtrTypeID, CurBB)) in parseFunctionBody() 6032 ValTypeID = getContainedTypeID(PtrTypeID); in parseFunctionBody() 6060 unsigned PtrTypeID, ValTypeID; in parseFunctionBody() local 6068 ValTypeID = getContainedTypeID(PtrTypeID); in parseFunctionBody() 6103 unsigned PtrTypeID; in parseFunctionBody() local 6104 if (getValueTypePair(Record, OpNum, NextValueNo, Ptr, PtrTypeID, CurBB)) in parseFunctionBody() 6111 unsigned CmpTypeID = getContainedTypeID(PtrTypeID); in parseFunctionBody() 6171 unsigned PtrTypeID; in parseFunctionBody() local 6239 unsigned PtrTypeID; in parseFunctionBody() local [all …]
|