Home
last modified time | relevance | path

Searched defs:sext (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Support/
DAPInt.cpp877 int64_t sext = (int64_t(getWord(0)) << (64-BitWidth)) >> (64-BitWidth); in roundToDouble() local
955 APInt APInt::sext(unsigned width) const { in sext() function in APInt