Home
last modified time | relevance | path

Searched refs:ScaleMatcher (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dnode-matchers.h357 struct ScaleMatcher { struct
358 explicit ScaleMatcher(Node* node, bool allow_power_of_two_plus_one = false) in ScaleMatcher() function
408 ScaleMatcher<Int32BinopMatcher, IrOpcode::kInt32Mul, IrOpcode::kWord32Shl>;
410 ScaleMatcher<Int64BinopMatcher, IrOpcode::kInt64Mul, IrOpcode::kWord64Shl>;
418 using Matcher = ScaleMatcher<BinopMatcher, kMulOpcode, kShiftOpcode>;

Completed in 2 milliseconds