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

  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
APInt.h 220 unsigned countPopulationSlowCase() const LLVM_READONLY;
386 return countPopulationSlowCase() == BitWidth;
446 return countPopulationSlowCase() == 1;
499 unsigned Ones = countPopulationSlowCase();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
APInt.h 220 unsigned countPopulationSlowCase() const LLVM_READONLY;
386 return countPopulationSlowCase() == BitWidth;
446 return countPopulationSlowCase() == 1;
499 unsigned Ones = countPopulationSlowCase();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
APInt.h 220 unsigned countPopulationSlowCase() const LLVM_READONLY;
386 return countPopulationSlowCase() == BitWidth;
446 return countPopulationSlowCase() == 1;
499 unsigned Ones = countPopulationSlowCase();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
APInt.h 220 unsigned countPopulationSlowCase() const LLVM_READONLY;
386 return countPopulationSlowCase() == BitWidth;
446 return countPopulationSlowCase() == 1;
499 unsigned Ones = countPopulationSlowCase();
    [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 220 unsigned countPopulationSlowCase() const;
341 return countPopulationSlowCase() == BitWidth;
390 return countPopulationSlowCase() == 1;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
APInt.h 224 unsigned countPopulationSlowCase() const;
345 return countPopulationSlowCase() == BitWidth;
394 return countPopulationSlowCase() == 1;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 210 unsigned countPopulationSlowCase() const LLVM_READONLY;
347 return countPopulationSlowCase() == BitWidth;
396 return countPopulationSlowCase() == 1;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
APInt.h 226 unsigned countPopulationSlowCase() const LLVM_READONLY;
460 return countPopulationSlowCase() == 1;
513 unsigned Ones = countPopulationSlowCase();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
APInt.h 226 unsigned countPopulationSlowCase() const LLVM_READONLY;
460 return countPopulationSlowCase() == 1;
513 unsigned Ones = countPopulationSlowCase();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
APInt.h 226 unsigned countPopulationSlowCase() const LLVM_READONLY;
460 return countPopulationSlowCase() == 1;
513 unsigned Ones = countPopulationSlowCase();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
APInt.h 226 unsigned countPopulationSlowCase() const LLVM_READONLY;
460 return countPopulationSlowCase() == 1;
513 unsigned Ones = countPopulationSlowCase();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 210 unsigned countPopulationSlowCase() const LLVM_READONLY;
347 return countPopulationSlowCase() == BitWidth;
396 return countPopulationSlowCase() == 1;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
APInt.h 226 unsigned countPopulationSlowCase() const LLVM_READONLY;
460 return countPopulationSlowCase() == 1;
513 unsigned Ones = countPopulationSlowCase();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
APInt.h 226 unsigned countPopulationSlowCase() const LLVM_READONLY;
460 return countPopulationSlowCase() == 1;
513 unsigned Ones = countPopulationSlowCase();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
APInt.h 226 unsigned countPopulationSlowCase() const LLVM_READONLY;
460 return countPopulationSlowCase() == 1;
513 unsigned Ones = countPopulationSlowCase();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
APInt.h 226 unsigned countPopulationSlowCase() const LLVM_READONLY;
460 return countPopulationSlowCase() == 1;
513 unsigned Ones = countPopulationSlowCase();
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APInt.h 214 unsigned countPopulationSlowCase() const;
370 return countPopulationSlowCase() == 1;
    [all...]
  /external/llvm/lib/Support/
APInt.cpp 747 unsigned APInt::countPopulationSlowCase() const {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
APInt.cpp 866 unsigned APInt::countPopulationSlowCase() const {
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
APInt.cpp 725 unsigned APInt::countPopulationSlowCase() const {
    [all...]

Completed in 736 milliseconds