Searched refs:IsCommutative (Results 1 – 3 of 3) sorted by relevance
383 if (current->IsBinaryOperation() && current->AsBinaryOperation()->IsCommutative()) { in VisitBasicBlock()
1874 virtual bool IsCommutative() const { return false; } in IsCommutative() function1892 DCHECK(IsCommutative()); in OrderInputs()1968 bool IsCommutative() const OVERRIDE { return true; } in IsCommutative() function1992 bool IsCommutative() const OVERRIDE { return true; } in IsCommutative() function2693 bool IsCommutative() const OVERRIDE { return true; } in IsCommutative() function2731 bool IsCommutative() const OVERRIDE { return true; } in IsCommutative() function2880 bool IsCommutative() const OVERRIDE { return true; } in IsCommutative() function2896 bool IsCommutative() const OVERRIDE { return true; } in IsCommutative() function2912 bool IsCommutative() const OVERRIDE { return true; } in IsCommutative() function
853 } else if (IsCommutative() && GetLeft()->IsConstant()) { in GetConstantRight()