Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dnode-matchers.h225 using Float32Matcher = FloatMatcher<float, IrOpcode::kFloat32Constant>; variable
347 using Float32BinopMatcher = BinopMatcher<Float32Matcher, Float32Matcher>;
Dmachine-operator-reducer.cc800 Float32Matcher m(node->InputAt(0)); in Reduce()