Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp5525 bool CondExprBool; in VisitAbstractConditionalOperator() local
5526 if (CGF.ConstantFoldsToSimpleInteger(condExpr, CondExprBool)) { in VisitAbstractConditionalOperator()
5528 if (!CondExprBool) std::swap(live, dead); in VisitAbstractConditionalOperator()
5532 if (CondExprBool) { in VisitAbstractConditionalOperator()
H A DCGExpr.cpp5394 bool CondExprBool; in HandleConditionalOperatorLValueSimpleCase() local
5395 if (CGF.ConstantFoldsToSimpleInteger(condExpr, CondExprBool)) { in HandleConditionalOperatorLValueSimpleCase()
5397 if (!CondExprBool) in HandleConditionalOperatorLValueSimpleCase()
5402 if (CondExprBool) in HandleConditionalOperatorLValueSimpleCase()