Searched refs:shouldNegate (Results 1 – 2 of 2) sorted by relevance
31 OS << (shouldNegate() ? " != " : " == ") << ImmVal; in expandCheckImmOperand()46 OS << (shouldNegate() ? " != " : " == ") << ImmVal; in expandCheckImmOperand()52 if (shouldNegate()) in expandCheckImmOperandSimple()71 OS << (shouldNegate() ? " >= " : " < ") << ImmVal; in expandCheckImmOperandLT()83 OS << (shouldNegate() ? " <= " : " > ") << ImmVal; in expandCheckImmOperandGT()97 OS << (shouldNegate() ? " != " : " == "); in expandCheckRegOperand()107 if (shouldNegate()) in expandCheckRegOperandSimple()120 << ").getReg() " << (shouldNegate() ? "!= " : "== ") << "0"; in expandCheckInvalidRegOperand()126 << ").getReg() " << (shouldNegate() ? "!=" : "==") << " MI" in expandCheckSameRegOperand()132 << (shouldNegate() ? "!= " : "== ") << NumOps; in expandCheckNumOperands()[all …]
42 bool shouldNegate() const { return NegatePredicate; } in shouldNegate() function