Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp4582 bool CondExprBool; in VisitAbstractConditionalOperator() local
4583 if (CGF.ConstantFoldsToSimpleInteger(condExpr, CondExprBool)) { in VisitAbstractConditionalOperator()
4585 if (!CondExprBool) std::swap(live, dead); in VisitAbstractConditionalOperator()
4589 if (CondExprBool) in VisitAbstractConditionalOperator()
H A DCGExpr.cpp4615 bool CondExprBool; in HandleConditionalOperatorLValueSimpleCase() local
4616 if (CGF.ConstantFoldsToSimpleInteger(condExpr, CondExprBool)) { in HandleConditionalOperatorLValueSimpleCase()
4618 if (!CondExprBool) in HandleConditionalOperatorLValueSimpleCase()
4623 if (CondExprBool) in HandleConditionalOperatorLValueSimpleCase()