Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:BaseExpr

3034   Expr *BaseExpr = E->getBase();
3040 Address Addr = EmitPointerWithAlignment(BaseExpr, &AlignSource);
3041 QualType PtrTy = BaseExpr->getType()->getPointeeType();
3045 BaseLV = EmitCheckedLValue(BaseExpr, TCK_MemberAccess);
3548 Expr *BaseExpr = PseudoDtor->getBase();
3554 BaseValue = EmitPointerWithAlignment(BaseExpr);
3555 const PointerType *PTy = BaseExpr->getType()->getAs<PointerType>();
3558 LValue BaseLV = EmitLValue(BaseExpr);
3560 QualType BaseTy = BaseExpr->getType();
3742 const Expr *BaseExpr = E->getBase();
3746 BaseValue = EmitScalarExpr(BaseExpr);
3747 ObjectTy = BaseExpr->getType()->getPointeeType();
3750 LValue BaseLV = EmitLValue(BaseExpr);
3752 ObjectTy = BaseExpr->getType();