Home
last modified time | relevance | path

Searched refs:CondExprBool (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGExpr.cpp2621 bool CondExprBool; in EmitConditionalOperatorLValue() local
2622 if (ConstantFoldsToSimpleInteger(condExpr, CondExprBool)) { in EmitConditionalOperatorLValue()
2624 if (!CondExprBool) std::swap(live, dead); in EmitConditionalOperatorLValue()
DCGExprScalar.cpp2974 bool CondExprBool; in VisitAbstractConditionalOperator() local
2975 if (CGF.ConstantFoldsToSimpleInteger(condExpr, CondExprBool)) { in VisitAbstractConditionalOperator()
2977 if (!CondExprBool) std::swap(live, dead); in VisitAbstractConditionalOperator()