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

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_module.c469 get_int1_type(struct dxil_module *m) function in typeref:typename:const struct dxil_type *
521 case 1: return get_int1_type(m);
752 case DXIL_COMP_TYPE_I1: return get_int1_type(m);
1557 const struct dxil_type *type = get_int1_type(m);
2345 const struct dxil_type *type = get_int1_type(m);
2609 struct dxil_instr *instr = create_instr(m, INSTR_CMP, get_int1_type(m));
2626 assert(types_equal(op0->type, get_int1_type(m)));
2664 assert(!cond || types_equal(cond->type, get_int1_type(m)));

Completed in 6 milliseconds