Searched refs:ValueMatcher (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | gate_matchers.h | 119 template <typename T, OpCode kOpcode, MachineType kMachineType> struct ValueMatcher : public GateMatcher { struct 122 explicit ValueMatcher(GateRef gate, Circuit *circuit) in ValueMatcher() function 159 struct IntMatcher final : public ValueMatcher<T, kOpcode, kMachineType> { 160 explicit IntMatcher(GateRef gate, Circuit *circuit) : ValueMatcher<T, kOpcode, kMachineType>(gate, circuit) in IntMatcher() 217 struct FloatMatcher final : public ValueMatcher<T, kOpcode, kMachineType> { 218 explicit FloatMatcher(GateRef gate, Circuit *circuit) : ValueMatcher<T, kOpcode, kMachineType>(gate, circuit) in FloatMatcher()
|
Completed in 1 milliseconds