Home | History | Annotate | Download | only in src

Lines Matching refs:IsCommutative

2485     if (IsCommutative() && left()->IsConstant()) return right();
2489 if (IsCommutative() && left()->IsConstant()) return left();
2493 virtual bool IsCommutative() const { return false; }
3130 virtual bool IsCommutative() const {
3189 virtual bool IsCommutative() const {
3275 virtual bool IsCommutative() const { return true; }