Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4531 bool CondExprBool; in EmitConditionalOperatorLValue() local
4532 if (ConstantFoldsToSimpleInteger(condExpr, CondExprBool)) { in EmitConditionalOperatorLValue()
4534 if (!CondExprBool) std::swap(live, dead); in EmitConditionalOperatorLValue()
4538 if (CondExprBool) in EmitConditionalOperatorLValue()
H A DCGExprScalar.cpp4519 bool CondExprBool; in VisitAbstractConditionalOperator() local
4520 if (CGF.ConstantFoldsToSimpleInteger(condExpr, CondExprBool)) { in VisitAbstractConditionalOperator()
4522 if (!CondExprBool) std::swap(live, dead); in VisitAbstractConditionalOperator()
4526 if (CondExprBool) in VisitAbstractConditionalOperator()