Searched refs:IsThreeWay (Results 1 – 1 of 1) sorted by relevance
11563 bool IsThreeWay = Opc == BO_Cmp; in CheckCompareOperands() local11564 bool IsOrdered = IsRelational || IsThreeWay; in CheckCompareOperands()11575 if (!IsThreeWay || IsAnyPointerType(LHS) || IsAnyPointerType(RHS)) { in CheckCompareOperands()