Lines Matching refs:BaseLV
937 LValue BaseLV) { in loadToBegin() argument
942 BaseLV = CGF.EmitLoadOfPointerLValue(BaseLV.getAddress(CGF), PtrTy); in loadToBegin()
944 LValue RefLVal = CGF.MakeAddrLValue(BaseLV.getAddress(CGF), BaseTy); in loadToBegin()
945 BaseLV = CGF.EmitLoadOfReferenceLValue(RefLVal); in loadToBegin()
950 CGF.Builder.CreateElementBitCast(BaseLV.getAddress(CGF), in loadToBegin()
952 BaseLV.getType(), BaseLV.getBaseInfo(), in loadToBegin()
953 CGF.CGM.getTBAAInfoForSubobject(BaseLV, BaseLV.getType())); in loadToBegin()
7805 LValue BaseLV; in generateInfoForComponentList() local
7812 BaseLV = CGF.MakeAddrLValue(Addr, PtrTy, BaseInfo, TBAAInfo); in generateInfoForComponentList()
7814 BaseLV = CGF.EmitOMPSharedLValue(BaseExpr); in generateInfoForComponentList()
7816 return BaseLV; in generateInfoForComponentList()