Searched defs:BinopMatcher (Results 1 – 1 of 1) sorted by relevance
210 struct BinopMatcher : public NodeMatcher { struct211 explicit BinopMatcher(Node* node) in BinopMatcher() function215 BinopMatcher(Node* node, bool allow_input_swap) in BinopMatcher() argument220 typedef Left LeftMatcher;221 typedef Right RightMatcher;223 const Left& left() const { return left_; } in left()247 typedef BinopMatcher<Int32Matcher, Int32Matcher> Int32BinopMatcher; argument