Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:BaseExpr

2789   Expr *BaseExpr = E->getBase();
2790 if (BaseExpr->isRValue()) {
2792 llvm::Value *Src = EmitScalarExpr(BaseExpr);
2798 V = ScalarExprEmitter(*this).EmitLoadOfLValue(BaseExpr);
2800 V = EmitLValue(BaseExpr).getAddress();