Searched refs:DstSTy (Results 1 – 3 of 3) 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()
200 StructType *DstSTy = cast<StructType>(MappedTypes[SrcSTy]); in linkDefinedTypeBodies() local201 assert(DstSTy->isOpaque()); in linkDefinedTypeBodies()208 DstSTy->setBody(Elements, SrcSTy->isPacked()); in linkDefinedTypeBodies()209 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()