Searched defs:BinopMatcher (Results 1 – 1 of 1) sorted by relevance
233 struct BinopMatcher : public NodeMatcher { struct234 explicit BinopMatcher(Node* node) in BinopMatcher() argument238 BinopMatcher(Node* node, bool allow_input_swap) in BinopMatcher() function243 typedef Left LeftMatcher;244 typedef Right RightMatcher;246 const Left& left() const { return left_; } in left()270 typedef BinopMatcher<Int32Matcher, Int32Matcher> Int32BinopMatcher; argument