Searched refs:SExtVAL (Results 1 – 2 of 2) sorted by relevance
973 int64_t SExtVAL = SignExtend64(U.VAL, BitWidth);975 U.VAL = SExtVAL >> (APINT_BITS_PER_WORD - 1); // Fill with sign bit.977 U.VAL = SExtVAL >> ShiftAmt;
973 int64_t SExtVAL = SignExtend64(U.VAL, BitWidth); in ashrInPlace() local975 U.VAL = SExtVAL >> (APINT_BITS_PER_WORD - 1); // Fill with sign bit. in ashrInPlace()977 U.VAL = SExtVAL >> ShiftAmt; in ashrInPlace()