Home | History | Annotate | Download | only in ADT

Lines Matching refs:numWords

255   /// Equivalent to APInt(numBits, ArrayRef<uint64_t>(bigVal, numWords)), but
262 APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[]);