Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:BaseExpr

3210   Expr *BaseExpr = E->getBase();
3211 if (BaseExpr->isRValue()) {
3213 llvm::Value *Src = EmitScalarExpr(BaseExpr);
3219 V = ScalarExprEmitter(*this).EmitLoadOfLValue(BaseExpr);
3221 V = EmitLValue(BaseExpr).getAddress();