Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4851 bool CondExprBool; in VisitAbstractConditionalOperator() local
4852 if (CGF.ConstantFoldsToSimpleInteger(condExpr, CondExprBool)) { in VisitAbstractConditionalOperator()
4854 if (!CondExprBool) std::swap(live, dead); in VisitAbstractConditionalOperator()
4858 if (CondExprBool) in VisitAbstractConditionalOperator()
H A DCGExpr.cpp4996 bool CondExprBool; in HandleConditionalOperatorLValueSimpleCase() local
4997 if (CGF.ConstantFoldsToSimpleInteger(condExpr, CondExprBool)) { in HandleConditionalOperatorLValueSimpleCase()
4999 if (!CondExprBool) in HandleConditionalOperatorLValueSimpleCase()
5004 if (CondExprBool) in HandleConditionalOperatorLValueSimpleCase()