Searched refs:lhsExpr (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp4501 Expr *lhsExpr = E->getTrueExpr(); local
4508 Expr *live = lhsExpr, *dead = rhsExpr;
4534 llvm::Value *LHS = Visit(lhsExpr);
4573 llvm::Value *LHS = Visit(lhsExpr);
4587 if (isCheapEnoughToEvaluateUnconditionally(lhsExpr, CGF) &&
4594 llvm::Value *LHS = Visit(lhsExpr);
4610 CGF.getProfileCount(lhsExpr));
4615 Value *LHS = Visit(lhsExpr);

Completed in 128 milliseconds