reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/ADT/APInt.h
  199   void initFromArray(ArrayRef<uint64_t> array);

References

lib/Support/APInt.cpp
  110   initFromArray(bigVal);
  115   initFromArray(makeArrayRef(bigVal, numWords));