Searched refs:PtrTypeID (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 6346 unsigned PtrTypeID, ValTypeID; in parseFunctionBody() local 6347 if (getValueTypePair(Record, OpNum, NextValueNo, Ptr, PtrTypeID, CurBB)) in parseFunctionBody() 6354 ValTypeID = getContainedTypeID(PtrTypeID); in parseFunctionBody() 6382 unsigned PtrTypeID, ValTypeID; in parseFunctionBody() local 6383 if (getValueTypePair(Record, OpNum, NextValueNo, Ptr, PtrTypeID, CurBB) || in parseFunctionBody() 6390 ValTypeID = getContainedTypeID(PtrTypeID); in parseFunctionBody() 6425 unsigned PtrTypeID; in parseFunctionBody() local 6426 if (getValueTypePair(Record, OpNum, NextValueNo, Ptr, PtrTypeID, CurBB)) in parseFunctionBody() 6433 unsigned CmpTypeID = getContainedTypeID(PtrTypeID); in parseFunctionBody() 6493 unsigned PtrTypeID; in parseFunctionBody() local [all …]
|