Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h1834 inline APInt ashr(const APInt &LHS, unsigned shiftAmt) { in ashr() function
/external/llvm/lib/Support/
DAPInt.cpp1045 APInt APInt::ashr(const APInt &shiftAmt) const { in ashr() function in APInt
1051 APInt APInt::ashr(unsigned shiftAmt) const { in ashr() function in APInt