Lines Matching refs:OrigTy
2045 llvm::Type *OrigTy = CGM.getTypes().ConvertType(LV.getType()); in EmitLoadOfGlobalRegLValue() local
2046 llvm::Type *Ty = OrigTy; in EmitLoadOfGlobalRegLValue()
2047 if (OrigTy->isPointerTy()) in EmitLoadOfGlobalRegLValue()
2048 Ty = CGM.getTypes().getDataLayout().getIntPtrType(OrigTy); in EmitLoadOfGlobalRegLValue()
2054 if (OrigTy->isPointerTy()) in EmitLoadOfGlobalRegLValue()
2055 Call = Builder.CreateIntToPtr(Call, OrigTy); in EmitLoadOfGlobalRegLValue()
2321 llvm::Type *OrigTy = CGM.getTypes().ConvertType(Dst.getType()); in EmitStoreThroughGlobalRegLValue() local
2322 llvm::Type *Ty = OrigTy; in EmitStoreThroughGlobalRegLValue()
2323 if (OrigTy->isPointerTy()) in EmitStoreThroughGlobalRegLValue()
2324 Ty = CGM.getTypes().getDataLayout().getIntPtrType(OrigTy); in EmitStoreThroughGlobalRegLValue()
2329 if (OrigTy->isPointerTy()) in EmitStoreThroughGlobalRegLValue()