Lines Matching defs:IsNegated
518 bool IsNegated;
521 if (IsNegated == Other.IsNegated)
537 << ", negated=" << IsNegated << ")";
729 /* IsNegated */ false};
1215 ScalableVar.IsNegated ? -ScalableVar.Scale : ScalableVar.Scale;
1275 if (Index.IsNegated)
1852 // Normalize IsNegated if we're going to lose the NSW flag anyway.
1853 if (Dest.IsNegated) {
1855 Dest.IsNegated = false;
1874 /* IsNegated */ true};