Home
last modified time | relevance | path

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

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