HomeSort by: relevance | last modified time | path
    Searched defs:ashr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APInt.h 211 /// out-of-line slow case for ashr.
963 APInt ashr(unsigned ShiftAmt) const { function
1024 APInt ashr(const APInt &ShiftAmt) const { function
  /src/external/apache2/llvm/dist/llvm/lib/Support/
KnownBits.cpp 274 KnownBits KnownBits::ashr(const KnownBits &LHS, const KnownBits &RHS) { function in class:KnownBits

Completed in 74 milliseconds