Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/compiler/
Dnode-matchers.h80 typedef IntMatcher<uint32_t, IrOpcode::kInt32Constant> Uint32Matcher; typedef
137 typedef BinopMatcher<Uint32Matcher, Uint32Matcher> Uint32BinopMatcher;
Dsimplified-operator-reducer.cc94 Uint32Matcher m(node->InputAt(0)); in Reduce()
Dmachine-operator-reducer.cc419 Uint32Matcher m(node->InputAt(0)); in Reduce()
424 Uint32Matcher m(node->InputAt(0)); in Reduce()