Lines Matching defs:OrigTy
2349 llvm::Type *OrigTy = CGM.getTypes().ConvertType(LV.getType());
2350 llvm::Type *Ty = OrigTy;
2351 if (OrigTy->isPointerTy())
2352 Ty = CGM.getTypes().getDataLayout().getIntPtrType(OrigTy);
2358 if (OrigTy->isPointerTy())
2359 Call = Builder.CreateIntToPtr(Call, OrigTy);
2649 llvm::Type *OrigTy = CGM.getTypes().ConvertType(Dst.getType());
2650 llvm::Type *Ty = OrigTy;
2651 if (OrigTy->isPointerTy())
2652 Ty = CGM.getTypes().getDataLayout().getIntPtrType(OrigTy);
2657 if (OrigTy->isPointerTy())