Searched defs:sext (Results 1 – 9 of 9) sorted by relevance
86 inline static uint64_t sext(uint64_t val, uint8_t sign) { in sext() function
125 KnownBits sext(unsigned BitWidth) { in sext() function
759 sext subsection
762 int64_t sext = SignExtend64(getWord(0), BitWidth); in roundToDouble() local840 APInt APInt::sext(unsigned Width) const { in sext() function in APInt
959 int64_t sext = (int64_t(getWord(0)) << (64-BitWidth)) >> (64-BitWidth); in roundToDouble() local1037 APInt APInt::sext(unsigned width) const { in sext() function in APInt
883 int64_t sext = SignExtend64(getWord(0), BitWidth); in roundToDouble() local961 APInt APInt::sext(unsigned width) const { in sext() function in APInt
861 int64_t sext = SignExtend64(getWord(0), BitWidth); in roundToDouble() local939 APInt APInt::sext(unsigned width) const { in sext() function in APInt
2254 TEST(APIntTest, sext) { in TEST() argument
151 llvm::Value *lowerPMOV(llvm::Value *op, llvm::Type *dstType, bool sext) in lowerPMOV()342 llvm::Value *lowerMulHigh(llvm::Value *x, llvm::Value *y, bool sext) in lowerMulHigh()