Searched refs:IsCommutative (Results 1 – 8 of 8) sorted by relevance
38 bool IsCommutative() const override { return false; } in IsCommutative() function
140 bool IsCommutative() const override { return false; } in IsCommutative() function
111 bool is_commutative = use->AsBinaryOperation()->IsCommutative(); in TryMergeIntoShifterOperand()
125 bool is_commutative = use->IsBinaryOperation() && use->AsBinaryOperation()->IsCommutative(); in TryMergeIntoShifterOperand()
498 if (current->IsBinaryOperation() && current->AsBinaryOperation()->IsCommutative()) { in VisitBasicBlock()
3936 virtual bool IsCommutative() const { return false; }3954 DCHECK(IsCommutative());4134 bool IsCommutative() const override { return true; }4181 bool IsCommutative() const override { return true; }5425 bool IsCommutative() const override { return true; }5495 bool IsCommutative() const override { return true; }5626 bool IsCommutative() const override { return true; }5665 bool IsCommutative() const override { return true; }5867 bool IsCommutative() const override { return true; }5895 bool IsCommutative() const override { return true; }[all …]
1854 } else if (IsCommutative() && GetLeft()->IsConstant()) { in GetConstantRight()
3264 DCHECK(instruction->IsCommutative()); in TryHandleAssociativeAndCommutativeOperation()