Lines Matching defs:CmpOpTable
49 // CmpOpTable holds states which represent the corresponding range for
58 // CmpOpTable represents next:
77 const TriStateKind CmpOpTable[CmpOpCount][CmpOpCount + 1] = {
100 return CmpOpTable[getIndexFromOp(CurrentOP)][getIndexFromOp(QueriedOP)];
104 return CmpOpTable[getIndexFromOp(CurrentOP)][CmpOpCount];
1512 // It covers all possible combinations (see CmpOpTable description).
1522 static const OperatorRelationsTable CmpOpTable{};
1539 for (size_t i = 0; i < CmpOpTable.getCmpOpCount(); ++i) {
1570 CmpOpTable.getCmpOpState(CurrentOP, QueriedOP);
1580 BranchState = CmpOpTable.getCmpOpStateForUnknownX2(CurrentOP);