Searched refs:STy (Results 1 – 5 of 5) sorted by relevance
375 if (StructType *STy = dyn_cast<StructType>(Ty)) in EnumerateType() local376 if (!STy->isLiteral()) in EnumerateType()
967 if (StructType *STy = dyn_cast<StructType>(TypeList[TypeID])) in ParseOldTypeSymbolTable() local968 if (!STy->isLiteral() && !STy->hasName()) in ParseOldTypeSymbolTable()969 STy->setName(TypeName); in ParseOldTypeSymbolTable()1359 if (StructType *STy = dyn_cast<StructType>(CurTy)) { in ParseConstants() local1362 STy->getElementType(i))); in ParseConstants()1363 V = ConstantStruct::get(STy, Elts); in ParseConstants()
1283 if (StructType *STy = dyn_cast<StructType>(TypeList[TypeID])) in ParseOldTypeSymbolTable() local1284 if (!STy->isLiteral() && !STy->hasName()) in ParseOldTypeSymbolTable()1285 STy->setName(TypeName); in ParseOldTypeSymbolTable()1660 if (StructType *STy = dyn_cast<StructType>(CurTy)) { in ParseConstants() local1663 STy->getElementType(i))); in ParseConstants()1664 V = ConstantStruct::get(STy, Elts); in ParseConstants()