Home | History | Annotate | Download | only in nir

Lines Matching refs:bit_size

58    unsigned bit_size = 0;
60 bit_size = instr->dest.dest.ssa.bit_size;
66 if (bit_size == 0 &&
68 bit_size = instr->src[i].src.ssa->bit_size;
79 if (load_const->def.bit_size == 64)
89 if (bit_size == 0)
90 bit_size = 32;
97 bit_size, src);
102 instr->dest.dest.ssa.bit_size);