Searched refs:create_int_type (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_module.c460 create_int_type(struct dxil_module *m, unsigned bit_size) function in typeref:typename:const struct dxil_type *
472 m->int1_type = create_int_type(m, 1);
480 m->int8_type = create_int_type(m, 8);
488 m->int16_type = create_int_type(m, 16);
496 m->int32_type = create_int_type(m, 32);
504 m->int64_type = create_int_type(m, 64);

Completed in 6 milliseconds