Searched refs:is_commutative (Results 1 – 2 of 2) sorted by relevance
111 bool is_commutative = use->AsBinaryOperation()->IsCommutative(); in TryMergeIntoShifterOperand() local116 if (is_commutative) { in TryMergeIntoShifterOperand()
125 bool is_commutative = use->IsBinaryOperation() && use->AsBinaryOperation()->IsCommutative(); in TryMergeIntoShifterOperand() local130 if (is_commutative) { in TryMergeIntoShifterOperand()