HomeSort by relevance Sort by last modified time
    Searched defs:ashr (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
APInt.cpp 1051 APInt APInt::ashr(const APInt &shiftAmt) const { function in class:APInt
1052 return ashr((unsigned)shiftAmt.getLimitedValue(BitWidth));
1057 APInt APInt::ashr(unsigned shiftAmt) const { function in class:APInt
1063 // Handle single word shifts with built-in ashr
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
APInt.cpp 1029 APInt APInt::ashr(const APInt &shiftAmt) const { function in class:APInt
1030 return ashr((unsigned)shiftAmt.getLimitedValue(BitWidth));
1035 APInt APInt::ashr(unsigned shiftAmt) const { function in class:APInt
1041 // Handle single word shifts with built-in ashr
    [all...]

Completed in 97 milliseconds