Home | History | Annotate | Download | only in BitReader_2_7

Lines Matching refs:TypeBits

1605 static APInt ReadWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits) {
1610 return APInt(TypeBits, Words);