Home
last modified time | relevance | path

Searched refs:_get_type_tpop_code (Results 1 – 2 of 2) sorted by relevance

/dports/devel/libfirm/libfirm-1.21.0/ir/tr/
H A Dtype_t.h301 static inline tp_opcode _get_type_tpop_code(const ir_type *tp) in _get_type_tpop_code() function
540 #define get_type_tpop_code(tp) _get_type_tpop_code(tp)
H A Dtype.c223 return _get_type_tpop_code(tp); in tp_opcode()