Searched refs:OperatorRelationsTable (Results 1 – 1 of 1) sorted by relevance
35 class OperatorRelationsTable { class1517 static const OperatorRelationsTable CmpOpTable{}; in getRangeForComparisonSymbol()1537 BinaryOperatorKind QueriedOP = OperatorRelationsTable::getOpFromIndex(i); in getRangeForComparisonSymbol()1563 OperatorRelationsTable::TriStateKind BranchState = in getRangeForComparisonSymbol()1566 if (BranchState == OperatorRelationsTable::Unknown) { in getRangeForComparisonSymbol()1581 return (BranchState == OperatorRelationsTable::True) ? getTrueRange(T) in getRangeForComparisonSymbol()