Home
last modified time | relevance | path

Searched refs:IntMatcher (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dnode-matchers.h143 struct IntMatcher final : public ValueMatcher<T, kOpcode> {
144 explicit IntMatcher(Node* node) : ValueMatcher<T, kOpcode>(node) {} in IntMatcher() function
170 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>;