Searched refs:STy (Results 1 – 6 of 6) sorted by relevance
75 if (llvm::StructType *STy = llvm::dyn_cast<llvm::StructType>(*GTI)) { in computeGEPOffset() local83 const llvm::StructLayout *SL = DL.getStructLayout(STy); in computeGEPOffset()
372 if (StructType *STy = dyn_cast<StructType>(Ty)) in EnumerateType() local373 if (!STy->isLiteral()) in EnumerateType()
1326 if (StructType *STy = dyn_cast<StructType>(TypeList[TypeID])) in ParseOldTypeSymbolTable() local1327 if (!STy->isLiteral() && !STy->hasName()) in ParseOldTypeSymbolTable()1328 STy->setName(TypeName); in ParseOldTypeSymbolTable()1713 if (StructType *STy = dyn_cast<StructType>(CurTy)) { in ParseConstants() local1716 STy->getElementType(i))); in ParseConstants()1717 V = ConstantStruct::get(STy, Elts); in ParseConstants()
1638 if (StructType *STy = dyn_cast<StructType>(TypeList[TypeID])) in ParseOldTypeSymbolTable() local1639 if (!STy->isLiteral() && !STy->hasName()) in ParseOldTypeSymbolTable()1640 STy->setName(TypeName); in ParseOldTypeSymbolTable()2006 if (StructType *STy = dyn_cast<StructType>(CurTy)) { in ParseConstants() local2009 STy->getElementType(i))); in ParseConstants()2010 V = ConstantStruct::get(STy, Elts); in ParseConstants()