Searched refs:isMask_64 (Results 1 - 25 of 28) sorted by relevance

12

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
H A DMathExtras.h377 /// isMask_64 - This function returns true if the argument is a non-empty
380 constexpr inline bool isMask_64(uint64_t Value) { function
394 return Value && isMask_64((Value - 1) | Value);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
H A DMathExtras.h377 /// isMask_64 - This function returns true if the argument is a non-empty
380 constexpr inline bool isMask_64(uint64_t Value) { function
394 return Value && isMask_64((Value - 1) | Value);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
H A DMathExtras.h403 constexpr inline bool isMask_64(uint64_t Value) { function
416 return Value && isMask_64((Value - 1) | Value);
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
H A DMathExtras.h403 constexpr inline bool isMask_64(uint64_t Value) { function
416 return Value && isMask_64((Value - 1) | Value);
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
H A DMathExtras.h403 constexpr inline bool isMask_64(uint64_t Value) { function
416 return Value && isMask_64((Value - 1) | Value);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
H A DMathExtras.h403 constexpr inline bool isMask_64(uint64_t Value) { function
416 return Value && isMask_64((Value - 1) | Value);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
H A DMathExtras.h403 constexpr inline bool isMask_64(uint64_t Value) { function
416 return Value && isMask_64((Value - 1) | Value);
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
H A DMathExtras.h403 constexpr inline bool isMask_64(uint64_t Value) { function
416 return Value && isMask_64((Value - 1) | Value);
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
H A DMathExtras.h403 constexpr inline bool isMask_64(uint64_t Value) { function
416 return Value && isMask_64((Value - 1) | Value);
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
H A DMathExtras.h403 constexpr inline bool isMask_64(uint64_t Value) { function
416 return Value && isMask_64((Value - 1) | Value);
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
H A DMathExtras.h403 constexpr inline bool isMask_64(uint64_t Value) { function
416 return Value && isMask_64((Value - 1) | Value);
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
H A DMathExtras.h403 constexpr inline bool isMask_64(uint64_t Value) { function
416 return Value && isMask_64((Value - 1) | Value);
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
H A DMathExtras.h403 constexpr inline bool isMask_64(uint64_t Value) { function
416 return Value && isMask_64((Value - 1) | Value);
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
H A DMathExtras.h403 constexpr inline bool isMask_64(uint64_t Value) { function
416 return Value && isMask_64((Value - 1) | Value);
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
H A DAPInt.h439 return isMask_64(VAL);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
H A DAPInt.h489 return isMask_64(U.VAL);
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
H A DAPInt.h489 return isMask_64(U.VAL);
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
H A DAPInt.h503 return isMask_64(U.VAL);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
H A DAPInt.h503 return isMask_64(U.VAL);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
H A DAPInt.h503 return isMask_64(U.VAL);
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
H A DAPInt.h503 return isMask_64(U.VAL);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
H A DAPInt.h439 return isMask_64(VAL);
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
H A DAPInt.h489 return isMask_64(U.VAL);
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
H A DAPInt.h489 return isMask_64(U.VAL);
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
H A DAPInt.h503 return isMask_64(U.VAL);

Completed in 280 milliseconds

12