reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1296 if (SrcTy == DstTy) { 1303 if (llvm::StructType *DstSTy = dyn_cast<llvm::StructType>(DstTy)) { 1305 DstTy = Dst.getType()->getElementType(); 1311 (isa<llvm::IntegerType>(DstTy) || isa<llvm::PointerType>(DstTy))) { 1311 (isa<llvm::IntegerType>(DstTy) || isa<llvm::PointerType>(DstTy))) { 1312 Src = CoerceIntOrPtrToIntOrPtr(Src, DstTy, CGF); 1317 uint64_t DstSize = CGF.CGM.getDataLayout().getTypeAllocSize(DstTy);