Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier_arm.cc106 bool is_commutative = use->AsBinaryOperation()->IsCommutative(); in TryMergeIntoShifterOperand() local
111 if (is_commutative) { in TryMergeIntoShifterOperand()
Dinstruction_simplifier_arm64.cc120 bool is_commutative = use->IsBinaryOperation() && use->AsBinaryOperation()->IsCommutative(); in TryMergeIntoShifterOperand() local
125 if (is_commutative) { in TryMergeIntoShifterOperand()