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()
1335 if (StructType *STy = dyn_cast<StructType>(TypeList[TypeID])) in ParseOldTypeSymbolTable() local1336 if (!STy->isLiteral() && !STy->hasName()) in ParseOldTypeSymbolTable()1337 STy->setName(TypeName); in ParseOldTypeSymbolTable()1725 if (StructType *STy = dyn_cast<StructType>(CurTy)) { in ParseConstants() local1728 STy->getElementType(i))); in ParseConstants()1729 V = ConstantStruct::get(STy, Elts); in ParseConstants()
1647 if (StructType *STy = dyn_cast<StructType>(TypeList[TypeID])) in ParseOldTypeSymbolTable() local1648 if (!STy->isLiteral() && !STy->hasName()) in ParseOldTypeSymbolTable()1649 STy->setName(TypeName); in ParseOldTypeSymbolTable()2018 if (StructType *STy = dyn_cast<StructType>(CurTy)) { in ParseConstants() local2021 STy->getElementType(i))); in ParseConstants()2022 V = ConstantStruct::get(STy, Elts); in ParseConstants()