Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:BaseExpr

4143   Expr *BaseExpr = E->getBase();
4149 Address Addr = EmitPointerWithAlignment(BaseExpr, &BaseInfo, &TBAAInfo);
4150 QualType PtrTy = BaseExpr->getType()->getPointeeType();
4152 bool IsBaseCXXThis = IsWrappedCXXThis(BaseExpr);
4155 if (IsBaseCXXThis || isa<DeclRefExpr>(BaseExpr))
4161 BaseLV = EmitCheckedLValue(BaseExpr, TCK_MemberAccess);
4171 if ((IsWrappedCXXThis(BaseExpr) &&
5091 const Expr *BaseExpr = E->getBase();
5095 BaseValue = EmitScalarExpr(BaseExpr);
5096 ObjectTy = BaseExpr->getType()->getPointeeType();
5099 LValue BaseLV = EmitLValue(BaseExpr);
5101 ObjectTy = BaseExpr->getType();