Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:lhsExpr

2544   Expr *lhsExpr = E->getTrueExpr();
2551 Expr *live = lhsExpr, *dead = rhsExpr;
2573 llvm::Value *LHS = Visit(lhsExpr);
2613 if (isCheapEnoughToEvaluateUnconditionally(lhsExpr, CGF) &&
2616 llvm::Value *LHS = Visit(lhsExpr);
2635 Value *LHS = Visit(lhsExpr);