reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
30 OS << (shouldNegate() ? " != " : " == ") << ImmVal; 45 OS << (shouldNegate() ? " != " : " == ") << ImmVal; 51 if (shouldNegate()) 72 OS << (shouldNegate() ? " != " : " == "); 83 if (shouldNegate()) 96 << ").getReg() " << (shouldNegate() ? "!= " : "== ") << "0"; 102 << ").getReg() " << (shouldNegate() ? "!=" : "==") << " MI" 108 << (shouldNegate() ? "!= " : "== ") << NumOps; 113 << (shouldNegate() ? "!= " : "== ") << Inst->getValueAsString("Namespace") 135 OS << (shouldNegate() ? "&& " : "|| "); 164 OS << (shouldNegate() ? "!(" : "("); 167 bool OldValue = shouldNegate(); 186 OS << (shouldNegate() ? "!" : ""); 192 OS << (shouldNegate() ? "!" : "") << "MI" << (isByRef() ? "." : "->") 197 OS << (shouldNegate() ? "!" : "") << "MI" << (isByRef() ? "." : "->") 290 if (shouldNegate()) 296 if (shouldNegate())