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

  /external/llvm/include/llvm/Support/
MathExtras.h 308 /// isShiftedUInt<N,S> - Checks if a unsigned integer is an N bit number shifted
311 inline bool isShiftedUInt(uint64_t x) {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MathExtras.h 321 constexpr inline bool isShiftedUInt(uint64_t x) {
323 N > 0, "isShiftedUInt<0> doesn't make sense (refers to a 0-bit number)");
325 "isShiftedUInt<N, S> with N + S > 64 is too wide.");
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 321 constexpr inline bool isShiftedUInt(uint64_t x) {
323 N > 0, "isShiftedUInt<0> doesn't make sense (refers to a 0-bit number)");
325 "isShiftedUInt<N, S> with N + S > 64 is too wide.");
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 321 constexpr inline bool isShiftedUInt(uint64_t x) {
323 N > 0, "isShiftedUInt<0> doesn't make sense (refers to a 0-bit number)");
325 "isShiftedUInt<N, S> with N + S > 64 is too wide.");
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 321 constexpr inline bool isShiftedUInt(uint64_t x) {
323 N > 0, "isShiftedUInt<0> doesn't make sense (refers to a 0-bit number)");
325 "isShiftedUInt<N, S> with N + S > 64 is too wide.");
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 321 constexpr inline bool isShiftedUInt(uint64_t x) {
323 N > 0, "isShiftedUInt<0> doesn't make sense (refers to a 0-bit number)");
325 "isShiftedUInt<N, S> with N + S > 64 is too wide.");
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 321 constexpr inline bool isShiftedUInt(uint64_t x) {
323 N > 0, "isShiftedUInt<0> doesn't make sense (refers to a 0-bit number)");
325 "isShiftedUInt<N, S> with N + S > 64 is too wide.");
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 321 constexpr inline bool isShiftedUInt(uint64_t x) {
323 N > 0, "isShiftedUInt<0> doesn't make sense (refers to a 0-bit number)");
325 "isShiftedUInt<N, S> with N + S > 64 is too wide.");
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 321 constexpr inline bool isShiftedUInt(uint64_t x) {
323 N > 0, "isShiftedUInt<0> doesn't make sense (refers to a 0-bit number)");
325 "isShiftedUInt<N, S> with N + S > 64 is too wide.");
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 321 constexpr inline bool isShiftedUInt(uint64_t x) {
323 N > 0, "isShiftedUInt<0> doesn't make sense (refers to a 0-bit number)");
325 "isShiftedUInt<N, S> with N + S > 64 is too wide.");

Completed in 1157 milliseconds