Searched refs:is_int64_rprimitive (Results 1 – 3 of 3) sorted by relevance
18 is_int64_rprimitive, is_bit_rprimitive713 elif is_int64_rprimitive(typ):
18 RType, RTuple, RArray, is_tagged, is_int32_rprimitive, is_int64_rprimitive, RStruct,594 elif is_int64_rprimitive(type):
347 def is_int64_rprimitive(rtype: RType) -> bool: function