Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-matchers.h174 bool IsPositiveOrNegativePowerOf2() const { in IsPositiveOrNegativePowerOf2() function
Dmachine-operator-reducer.cc442 if (m.right().IsNormal() && m.right().IsPositiveOrNegativePowerOf2()) { in Reduce()