Searched refs:TIElementType (Results 1 – 1 of 1) sorted by relevance
1832 TypeIndex TIElementType = AT.getElementType(); in visitKnownRecord() local1846 TIElementType.isSimple() in visitKnownRecord()1847 ? (uint32_t)(TypeLeafKind)TIElementType.getSimpleKind() in visitKnownRecord()1848 : TIElementType.getIndex()); in visitKnownRecord()1879 TIArrayType = TIElementType; in visitKnownRecord()1884 if (!TIElementType.isSimple()) { in visitKnownRecord()1885 CVType CVElementType = Types.getType(TIElementType); in visitKnownRecord()1888 Shared->TypeRecords.find(StreamTPI, TIElementType); in visitKnownRecord()1890 finishVisitation(CVElementType, TIElementType, QualifiedType)) in visitKnownRecord()1893 TIElementType = getModifiedType(CVElementType); in visitKnownRecord()[all …]