Lines Matching defs:BaseLV
892 LValue BaseLV) {
897 BaseLV = CGF.EmitLoadOfPointerLValue(BaseLV.getAddress(), PtrTy);
899 LValue RefLVal = CGF.MakeAddrLValue(BaseLV.getAddress(), BaseTy);
900 BaseLV = CGF.EmitLoadOfReferenceLValue(RefLVal);
905 BaseLV.getAddress().withElementType(CGF.ConvertTypeForMem(ElTy)),
906 BaseLV.getType(), BaseLV.getBaseInfo(),
907 CGF.CGM.getTBAAInfoForSubobject(BaseLV, BaseLV.getType()));
7230 LValue BaseLV;
7237 BaseLV = CGF.MakeAddrLValue(Addr, PtrTy, BaseInfo, TBAAInfo);
7239 BaseLV = CGF.EmitOMPSharedLValue(BaseExpr);
7241 return BaseLV;