Searched defs:BinopMatcher (Results 1 – 1 of 1) sorted by relevance
237 struct BinopMatcher : public NodeMatcher { struct238 explicit BinopMatcher(Node* node) in BinopMatcher() argument242 BinopMatcher(Node* node, bool allow_input_swap) in BinopMatcher() function260 // BinopMatcher. Alternatively, all reducers (especially value numbering) in SwapInputs() argument277 typedef BinopMatcher<Int32Matcher, Int32Matcher> Int32BinopMatcher; argument