Home
last modified time | relevance | path

Searched refs:sextOrSelf (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/ADT/
DAPInt.h1081 APInt sextOrSelf(unsigned width) const;
/external/llvm/lib/Support/
DAPInt.cpp1024 APInt APInt::sextOrSelf(unsigned width) const { in sextOrSelf() function in APInt