Searched refs:IsConstexprBool (Results 1 – 2 of 2) sorted by relevance
414 } else if (!left_result.type()->IsConstexprBool()) { in Visit()426 if (left_result.type()->IsConstexprBool()) { in Visit()447 } else if (!left_result.type()->IsConstexprBool()) { in Visit()459 if (left_result.type()->IsConstexprBool()) { in Visit()
92 bool IsConstexprBool() const { in IsConstexprBool() function