btf_type_int_is_regular
return (btf_type_is_int(t) && btf_type_int_is_regular(t)) ||
if (!btf_type_int_is_regular(member_type)) {
!btf_type_int_is_regular(index_type)) {
if (btf_type_is_int(elem_type) && !btf_type_int_is_regular(elem_type)) {