Lines Matching refs:BinaryOperatorKind
87 static size_t getIndexFromOp(BinaryOperatorKind OP) {
94 static BinaryOperatorKind getOpFromIndex(size_t Index) {
95 return static_cast<BinaryOperatorKind>(Index + BO_LT);
98 TriStateKind getCmpOpState(BinaryOperatorKind CurrentOP,
99 BinaryOperatorKind QueriedOP) const {
103 TriStateKind getCmpOpStateForUnknownX2(BinaryOperatorKind CurrentOP) const {
1516 const BinaryOperatorKind CurrentOP = SSE->getOpcode();
1535 BinaryOperatorKind LastQueriedOpToUnknown = CurrentOP;
1542 BinaryOperatorKind QueriedOP = OperatorRelationsTable::getOpFromIndex(i);
1550 const BinaryOperatorKind ROP =