Searched refs:FloatMatcher (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | gate_matchers.h | 217 struct FloatMatcher final : public ValueMatcher<T, kOpcode, kMachineType> { 218 explicit FloatMatcher(GateRef gate, Circuit *circuit) : ValueMatcher<T, kOpcode, kMachineType>(gate, circuit) in FloatMatcher() function 279 using Float32Matcher = FloatMatcher<float, OpCode::CONSTANT, MachineType::F32>; 280 using Float64Matcher = FloatMatcher<double, OpCode::CONSTANT, MachineType::F64>;
|
Completed in 2 milliseconds