Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPInt.cpp883 int64_t sext = SignExtend64(getWord(0), BitWidth); in roundToDouble() local
961 APInt APInt::sext(unsigned width) const { in sext() function in APInt
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp959 int64_t sext = (int64_t(getWord(0)) << (64-BitWidth)) >> (64-BitWidth); in roundToDouble() local
1037 APInt APInt::sext(unsigned width) const { in sext() function in APInt