Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h1078 APInt zextOrSelf(unsigned width) const;
/external/llvm/lib/Support/
DAPInt.cpp1018 APInt APInt::zextOrSelf(unsigned width) const { in zextOrSelf() function in APInt