Searched refs:initFromArray (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h199 void initFromArray(ArrayRef<uint64_t> array);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp91 void APInt::initFromArray(ArrayRef<uint64_t> bigVal) { function in class:APInt
110 initFromArray(bigVal);
115 initFromArray(makeArrayRef(bigVal, numWords));

Completed in 171 milliseconds