Searched refs:IsCommutative (Results 1 – 2 of 2) sorted by relevance
3309 if (!IsCommutative()) return false; in AreOperandsBetterSwitched()3357 virtual bool IsCommutative() const { return false; } in IsCommutative() function4155 bool IsCommutative() const override { in IsCommutative() function4279 bool IsCommutative() const override { return !representation().IsTagged(); } in IsCommutative() function4388 bool IsCommutative() const override { return true; } in IsCommutative() function4417 bool IsCommutative() const override { return true; } in IsCommutative() function
1903 (hinstr->IsCommutative() && hleft->IsConstant() && in CanTransformToShiftedOp()1924 } else if (hinstr->IsCommutative() && in CanTransformToShiftedOp()