Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:BaseExpr

3494   Expr *BaseExpr = E->getBase();
3496 if (BaseExpr->isRValue()) {
3497 Addr = Address(EmitScalarExpr(BaseExpr), getPointerAlign());
3499 Addr = EmitLValue(BaseExpr).getAddress();