Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:condExpr

2717   const Expr *condExpr = expr->getCond();
2719 if (ConstantFoldsToSimpleInteger(condExpr, CondExprBool)) {
2736 EmitBranchOnBoolExpr(condExpr, lhsBlock, rhsBlock, Cnt.getCount());