Home
last modified time | relevance | path

Searched refs:BaseTypeID (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3123 unsigned BaseTypeID = Record[OpNum]; in parseConstants() local
3135 Type *BaseType = getTypeByID(BaseTypeID); in parseConstants()
3137 BaseTypeID = getContainedTypeID(BaseTypeID, 0); in parseConstants()
3138 BaseType = getTypeByID(BaseTypeID); in parseConstants()
3146 PointeeType = getPtrElementTypeByID(BaseTypeID); in parseConstants()