Searched defs:ashr (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Support/
H A DAPInt.cpp1051 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

Completed in 113 milliseconds