Home | History | Annotate | Download | only in optimizing

Lines Matching refs:IsConstant

851   if (GetRight()->IsConstant()) {
853 } else if (IsCommutative() && GetLeft()->IsConstant()) {