Normally this call is ignored because it is used inside of assert operator that is ignored by default. But when TRITON_DEBUG=1 is used or assertions are enabled in another way, these statements are actually compiled and is_integer_type cannot be found.
Here are two calls to
is_integer_type
:Normally this call is ignored because it is used inside of
assert
operator that is ignored by default. But whenTRITON_DEBUG=1
is used or assertions are enabled in another way, these statements are actually compiled andis_integer_type
cannot be found.