Searched refs:IntMatcher (Results 1 – 1 of 1) sorted by relevance
143 struct IntMatcher final : public ValueMatcher<T, kOpcode> {144 explicit IntMatcher(Node* node) : ValueMatcher<T, kOpcode>(node) {} in IntMatcher() function170 using Int32Matcher = IntMatcher<int32_t, IrOpcode::kInt32Constant>;171 using Uint32Matcher = IntMatcher<uint32_t, IrOpcode::kInt32Constant>;172 using Int64Matcher = IntMatcher<int64_t, IrOpcode::kInt64Constant>;173 using Uint64Matcher = IntMatcher<uint64_t, IrOpcode::kInt64Constant>;