Is there anything like "unlikely"?

I know there is an ir_operator called likely to hint the compiler that the condition will likely be true.
Is there anything like the opposite of like, which can hint the condition unlikely be true?
Or is it implicitly, by default, is “unlikely”?

There is no unlikely atm, because most patterns treat if as likely