Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier_arm.cc111 bool is_commutative = use->AsBinaryOperation()->IsCommutative(); in TryMergeIntoShifterOperand() local
116 if (is_commutative) { in TryMergeIntoShifterOperand()
Dinstruction_simplifier_arm64.cc125 bool is_commutative = use->IsBinaryOperation() && use->AsBinaryOperation()->IsCommutative(); in TryMergeIntoShifterOperand() local
130 if (is_commutative) { in TryMergeIntoShifterOperand()