Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:Negated

984   bool Negated = false;
990 Negated = true;
1022 // "Test.is(!Negated)" means "branch condition is true".
1023 if (!Test.is(!Negated)) {