Searched refs:DstSTy (Results 1 – 5 of 5) sorted by relevance
197 StructType *DstSTy = cast<StructType>(MappedTypes[SrcSTy]); in linkDefinedTypeBodies() local198 assert(DstSTy->isOpaque()); in linkDefinedTypeBodies()205 DstSTy->setBody(Elements, SrcSTy->isPacked()); in linkDefinedTypeBodies()206 DstStructTypesSet.switchToNonOpaque(DstSTy); in linkDefinedTypeBodies()
202 StructType *DstSTy = cast<StructType>(MappedTypes[SrcSTy]); in linkDefinedTypeBodies() local203 assert(DstSTy->isOpaque()); in linkDefinedTypeBodies()210 DstSTy->setBody(Elements, SrcSTy->isPacked()); in linkDefinedTypeBodies()211 DstStructTypesSet.switchToNonOpaque(DstSTy); in linkDefinedTypeBodies()
199 StructType *DstSTy = cast<StructType>(MappedTypes[SrcSTy]); in linkDefinedTypeBodies() local200 assert(DstSTy->isOpaque()); in linkDefinedTypeBodies()207 DstSTy->setBody(Elements, SrcSTy->isPacked()); in linkDefinedTypeBodies()208 DstStructTypesSet.switchToNonOpaque(DstSTy); in linkDefinedTypeBodies()
1229 if (llvm::StructType *DstSTy = dyn_cast<llvm::StructType>(DstTy)) { in CreateCoercedStore() local1230 Dst = EnterStructPointerForCoercedAccess(Dst, DstSTy, SrcSize, CGF); in CreateCoercedStore()
1313 if (llvm::StructType *DstSTy = dyn_cast<llvm::StructType>(DstTy)) { in CreateCoercedStore() local1314 Dst = EnterStructPointerForCoercedAccess(Dst, DstSTy, in CreateCoercedStore()