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