Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dlinearize.c1245 MTYPE_SINT, enumerator
1271 return sign ? MTYPE_SINT : MTYPE_UINT; in get_mtype()
1297 case MTYPE_SINT: in get_cast_opcode()
1305 case MTYPE_SINT: in get_cast_opcode()
1320 case MTYPE_SINT: in get_cast_opcode()
1327 case MTYPE_SINT: in get_cast_opcode()
1335 case MTYPE_SINT: in get_cast_opcode()
1340 return stype == MTYPE_SINT ? OP_SEXT : OP_ZEXT; in get_cast_opcode()