Searched defs:MIRBitFieldType (Results 1 – 1 of 1) sorted by relevance
2290 MIRBitFieldType(uint8 field, PrimType pt) : MIRType(kTypeBitField, pt), fieldSize(field) {} in MIRBitFieldType() function2291 …MIRBitFieldType(uint8 field, PrimType pt, GStrIdx strIdx) : MIRType(kTypeBitField, pt, strIdx), fi… in MIRBitFieldType() function