Searched refs: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() argument270 typedef BinopMatcher<Int32Matcher, Int32Matcher> Int32BinopMatcher; argument271 typedef BinopMatcher<Uint32Matcher, Uint32Matcher> Uint32BinopMatcher;272 typedef BinopMatcher<Int64Matcher, Int64Matcher> Int64BinopMatcher;273 typedef BinopMatcher<Uint64Matcher, Uint64Matcher> Uint64BinopMatcher;274 typedef BinopMatcher<IntPtrMatcher, IntPtrMatcher> IntPtrBinopMatcher;275 typedef BinopMatcher<UintPtrMatcher, UintPtrMatcher> UintPtrBinopMatcher;276 typedef BinopMatcher<Float32Matcher, Float32Matcher> Float32BinopMatcher;[all …]