Home | History | Annotate | Download | only in Reader

Lines Matching full:vals

1169 static APInt ReadWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits) {
1170 SmallVector<uint64_t, 8> Words(Vals.size());
1171 std::transform(Vals.begin(), Vals.end(), Words.begin(),