Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h956 int64_t SExtVAL = SignExtend64(U.VAL, BitWidth); in ashrInPlace() local
958 U.VAL = SExtVAL >> (APINT_BITS_PER_WORD - 1); // Fill with sign bit. in ashrInPlace()
960 U.VAL = SExtVAL >> ShiftAmt; in ashrInPlace()