Searched refs:IsCommutative (Results 1 – 5 of 5) sorted by relevance
140 bool IsCommutative() const override { return false; } in IsCommutative() function
120 bool is_commutative = use->IsBinaryOperation() && use->AsBinaryOperation()->IsCommutative(); in TryMergeIntoShifterOperand()
106 bool is_commutative = use->AsBinaryOperation()->IsCommutative(); in TryMergeIntoShifterOperand()
483 if (current->IsBinaryOperation() && current->AsBinaryOperation()->IsCommutative()) { in VisitBasicBlock()
2667 DCHECK(instruction->IsCommutative()); in TryHandleAssociativeAndCommutativeOperation()