Lines Matching defs:IsNegated
513 bool IsNegated;
516 if (IsNegated == Other.IsNegated)
532 << ", negated=" << IsNegated << ")";
723 /* IsNegated */ false};
1209 ScalableVar.IsNegated ? -ScalableVar.Scale : ScalableVar.Scale;
1283 if (Index.IsNegated)
1866 // Normalize IsNegated if we're going to lose the NSW flag anyway.
1867 if (Dest.IsNegated) {
1869 Dest.IsNegated = false;
1893 /* IsNegated */ true};