Searched refs:PtrTypeID (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 6250 unsigned PtrTypeID, ValTypeID; in parseFunctionBody() local 6251 if (getValueTypePair(Record, OpNum, NextValueNo, Ptr, PtrTypeID, CurBB)) in parseFunctionBody() 6258 ValTypeID = getContainedTypeID(PtrTypeID); in parseFunctionBody() 6286 unsigned PtrTypeID, ValTypeID; in parseFunctionBody() local 6287 if (getValueTypePair(Record, OpNum, NextValueNo, Ptr, PtrTypeID, CurBB) || in parseFunctionBody() 6294 ValTypeID = getContainedTypeID(PtrTypeID); in parseFunctionBody() 6329 unsigned PtrTypeID; in parseFunctionBody() local 6330 if (getValueTypePair(Record, OpNum, NextValueNo, Ptr, PtrTypeID, CurBB)) in parseFunctionBody() 6337 unsigned CmpTypeID = getContainedTypeID(PtrTypeID); in parseFunctionBody() 6397 unsigned PtrTypeID; in parseFunctionBody() local [all …]
|