Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp4015 bool CondExprBool; in VisitAbstractConditionalOperator() local
4016 if (CGF.ConstantFoldsToSimpleInteger(condExpr, CondExprBool)) { in VisitAbstractConditionalOperator()
4018 if (!CondExprBool) std::swap(live, dead); in VisitAbstractConditionalOperator()
4022 if (CondExprBool) in VisitAbstractConditionalOperator()
H A DCGExpr.cpp4062 bool CondExprBool; in EmitConditionalOperatorLValue() local
4063 if (ConstantFoldsToSimpleInteger(condExpr, CondExprBool)) { in EmitConditionalOperatorLValue()
4065 if (!CondExprBool) std::swap(live, dead); in EmitConditionalOperatorLValue()
4069 if (CondExprBool) in EmitConditionalOperatorLValue()