Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ADT/
DAPInt.h973 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;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h973 int64_t SExtVAL = SignExtend64(U.VAL, BitWidth); in ashrInPlace() local
975 U.VAL = SExtVAL >> (APINT_BITS_PER_WORD - 1); // Fill with sign bit. in ashrInPlace()
977 U.VAL = SExtVAL >> ShiftAmt; in ashrInPlace()