HomeSort by relevance Sort by last modified time
    Searched refs:shlSlowCase (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/ADT/
APInt.h 193 APInt shlSlowCase(unsigned shiftAmt) const;
881 return shlSlowCase(shiftAmt);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APInt.h 187 APInt shlSlowCase(unsigned shiftAmt) const;
731 return shlSlowCase(shiftAmt);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
APInt.h 205 void shlSlowCase(unsigned ShiftAmt);
913 shlSlowCase(ShiftAmt);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
APInt.h 197 APInt shlSlowCase(unsigned shiftAmt) const;
857 return shlSlowCase(shiftAmt);
    [all...]
  /external/llvm/lib/Support/
APInt.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
APInt.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
APInt.cpp 979 void APInt::shlSlowCase(unsigned ShiftAmt) {
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
APInt.cpp     [all...]

Completed in 2552 milliseconds