Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dlinearize.c1249 MTYPE_SINT, enumerator
1275 return sign ? MTYPE_SINT : MTYPE_UINT; in get_mtype()
1301 case MTYPE_SINT: in get_cast_opcode()
1309 case MTYPE_SINT: in get_cast_opcode()
1324 case MTYPE_SINT: in get_cast_opcode()
1331 case MTYPE_SINT: in get_cast_opcode()
1339 case MTYPE_SINT: in get_cast_opcode()
1344 return stype == MTYPE_SINT ? OP_SEXT : OP_ZEXT; in get_cast_opcode()