Home | History | Annotate | Download | only in Utils

Lines Matching full:bitfield

664     APInt Bitfield(Width, 0);
666 Bitfield.setBit((unsigned char)C);
667 Value *BitfieldC = B.getInt(Bitfield);