Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:DstTy

775   llvm::Type *DstTy =
777 if (SrcTy == DstTy) {
784 if (llvm::StructType *DstSTy = dyn_cast<llvm::StructType>(DstTy)) {
786 DstTy = cast<llvm::PointerType>(DstPtr->getType())->getElementType();
792 (isa<llvm::IntegerType>(DstTy) || isa<llvm::PointerType>(DstTy))) {
793 Src = CoerceIntOrPtrToIntOrPtr(Src, DstTy, CGF);
798 uint64_t DstSize = CGF.CGM.getDataLayout().getTypeAllocSize(DstTy);
1341 llvm::Type *DstTy =
1343 uint64_t DstSize = CGM.getDataLayout().getTypeAllocSize(DstTy);