Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_matchers.h119 template <typename T, OpCode kOpcode, MachineType kMachineType> struct ValueMatcher : public GateMa… struct
122 explicit ValueMatcher(GateRef gate, Circuit *circuit) in ValueMatcher() function
159 struct IntMatcher final : public ValueMatcher<T, kOpcode, kMachineType> { argument