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

  /external/llvm/lib/Support/
APInt.cpp 667 return *this == rotl(SplatSizeInBits);
1273 APInt APInt::rotl(const APInt &rotateAmt) const { function in class:APInt
1277 APInt APInt::rotl(unsigned rotateAmt) const { function in class:APInt
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
APInt.cpp 645 return *this == rotl(SplatSizeInBits);
1247 APInt APInt::rotl(const APInt &rotateAmt) const { function in class:APInt
1251 APInt APInt::rotl(unsigned rotateAmt) const { function in class:APInt
    [all...]

Completed in 218 milliseconds