| Index: runtime/vm/intermediate_language.h
|
| ===================================================================
|
| --- runtime/vm/intermediate_language.h (revision 18009)
|
| +++ runtime/vm/intermediate_language.h (working copy)
|
| @@ -3881,6 +3881,10 @@
|
|
|
| virtual Definition* Canonicalize(FlowGraphOptimizer* optimizer);
|
|
|
| + // Returns true if right is a Smi constant which absolute value is
|
| + // a power of two.
|
| + bool RightIsPowerOfTwoConstant() const;
|
| +
|
| private:
|
| const Token::Kind op_kind_;
|
| InstanceCallInstr* instance_call_;
|
|
|