Home
last modified time | relevance | path

Searched defs:BinopMatcher (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Dnode-matchers.h210 struct BinopMatcher : public NodeMatcher { struct
211 explicit BinopMatcher(Node* node) in BinopMatcher() function
215 BinopMatcher(Node* node, bool allow_input_swap) in BinopMatcher() argument
220 typedef Left LeftMatcher;
221 typedef Right RightMatcher;
223 const Left& left() const { return left_; } in left()
247 typedef BinopMatcher<Int32Matcher, Int32Matcher> Int32BinopMatcher; argument