Searched refs:is_commutative (Results 1 – 2 of 2) sorted by relevance
106 bool is_commutative = use->AsBinaryOperation()->IsCommutative(); in TryMergeIntoShifterOperand() local111 if (is_commutative) { in TryMergeIntoShifterOperand()
120 bool is_commutative = use->IsBinaryOperation() && use->AsBinaryOperation()->IsCommutative(); in TryMergeIntoShifterOperand() local125 if (is_commutative) { in TryMergeIntoShifterOperand()