Home | History | Annotate | Download | only in Support

Lines Matching refs:initFromArray

89 void APInt::initFromArray(ArrayRef<uint64_t> bigVal) {
108 initFromArray(bigVal);
113 initFromArray(makeArrayRef(bigVal, numWords));