Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:BaseExpr

3329   Expr *BaseExpr = E->getBase();
3330 if (BaseExpr->isRValue()) {
3332 llvm::Value *Src = EmitScalarExpr(BaseExpr);
3338 V = ScalarExprEmitter(*this).EmitLoadOfLValue(BaseExpr);
3340 V = EmitLValue(BaseExpr).getAddress();