Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DstTy

840   llvm::Type *DstTy =
842 if (SrcTy == DstTy) {
849 if (llvm::StructType *DstSTy = dyn_cast<llvm::StructType>(DstTy)) {
851 DstTy = cast<llvm::PointerType>(DstPtr->getType())->getElementType();
857 (isa<llvm::IntegerType>(DstTy) || isa<llvm::PointerType>(DstTy))) {
858 Src = CoerceIntOrPtrToIntOrPtr(Src, DstTy, CGF);
863 uint64_t DstSize = CGF.CGM.getDataLayout().getTypeAllocSize(DstTy);
1531 llvm::Type *DstTy =
1533 uint64_t DstSize = CGM.getDataLayout().getTypeAllocSize(DstTy);