Lines Matching refs:OrigTy
1575 llvm::Type *OrigTy = CGM.getTypes().ConvertType(LV.getType()); in EmitLoadOfGlobalRegLValue() local
1576 llvm::Type *Ty = OrigTy; in EmitLoadOfGlobalRegLValue()
1577 if (OrigTy->isPointerTy()) in EmitLoadOfGlobalRegLValue()
1578 Ty = CGM.getTypes().getDataLayout().getIntPtrType(OrigTy); in EmitLoadOfGlobalRegLValue()
1584 if (OrigTy->isPointerTy()) in EmitLoadOfGlobalRegLValue()
1585 Call = Builder.CreateIntToPtr(Call, OrigTy); in EmitLoadOfGlobalRegLValue()
1828 llvm::Type *OrigTy = CGM.getTypes().ConvertType(Dst.getType()); in EmitStoreThroughGlobalRegLValue() local
1829 llvm::Type *Ty = OrigTy; in EmitStoreThroughGlobalRegLValue()
1830 if (OrigTy->isPointerTy()) in EmitStoreThroughGlobalRegLValue()
1831 Ty = CGM.getTypes().getDataLayout().getIntPtrType(OrigTy); in EmitStoreThroughGlobalRegLValue()
1836 if (OrigTy->isPointerTy()) in EmitStoreThroughGlobalRegLValue()