Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier_arm64.cc113 bool is_commutative = use->IsBinaryOperation() && use->AsBinaryOperation()->IsCommutative(); in TryMergeIntoShifterOperand() local
118 if (is_commutative) { in TryMergeIntoShifterOperand()