Searched refs:OperatorRelationsTable (Results 1 – 1 of 1) sorted by relevance
36 class OperatorRelationsTable { class1505 static const OperatorRelationsTable CmpOpTable{}; in getRangeForComparisonSymbol()1525 BinaryOperatorKind QueriedOP = OperatorRelationsTable::getOpFromIndex(i); in getRangeForComparisonSymbol()1551 OperatorRelationsTable::TriStateKind BranchState = in getRangeForComparisonSymbol()1554 if (BranchState == OperatorRelationsTable::Unknown) { in getRangeForComparisonSymbol()1569 return (BranchState == OperatorRelationsTable::True) ? getTrueRange(T) in getRangeForComparisonSymbol()