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