Searched refs:OperatorRelationsTable (Results 1 – 1 of 1) sorted by relevance
33 class OperatorRelationsTable { class1114 static const OperatorRelationsTable CmpOpTable{}; in getRangeForComparisonSymbol()1129 BinaryOperatorKind QueriedOP = OperatorRelationsTable::getOpFromIndex(i); in getRangeForComparisonSymbol()1155 OperatorRelationsTable::TriStateKind BranchState = in getRangeForComparisonSymbol()1158 if (BranchState == OperatorRelationsTable::Unknown) { in getRangeForComparisonSymbol()1170 return (BranchState == OperatorRelationsTable::True) ? getTrueRange(T) in getRangeForComparisonSymbol()