Searched refs:CmpOpCount (Results 1 – 1 of 1) sorted by relevance
73 static constexpr size_t CmpOpCount = BO_NE - BO_LT + 1; member in OperatorRelationsTable74 const TriStateKind CmpOpTable[CmpOpCount][CmpOpCount + 1] = {89 constexpr size_t getCmpOpCount() const { return CmpOpCount; } in getCmpOpCount()101 return CmpOpTable[getIndexFromOp(CurrentOP)][CmpOpCount]; in getCmpOpStateForUnknownX2()