Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dnode-matchers.h173 using Uint64Matcher = IntMatcher<uint64_t, IrOpcode::kInt64Constant>; variable
181 using UintPtrMatcher = Uint64Matcher;
344 using Uint64BinopMatcher = BinopMatcher<Uint64Matcher, Uint64Matcher>;