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

  /external/llvm/include/llvm/Support/
MathExtras.h 282 /// isShiftedInt<N,S> - Checks if a signed integer is an N bit number shifted
285 inline bool isShiftedInt(int64_t x) {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MathExtras.h 278 /// isShiftedInt<N,S> - Checks if a signed integer is an N bit number shifted
281 constexpr inline bool isShiftedInt(int64_t x) {
283 N > 0, "isShiftedInt<0> doesn't make sense (refers to a 0-bit number.");
284 static_assert(N + S <= 64, "isShiftedInt<N, S> with N + S > 64 is too wide.");
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 278 /// isShiftedInt<N,S> - Checks if a signed integer is an N bit number shifted
281 constexpr inline bool isShiftedInt(int64_t x) {
283 N > 0, "isShiftedInt<0> doesn't make sense (refers to a 0-bit number.");
284 static_assert(N + S <= 64, "isShiftedInt<N, S> with N + S > 64 is too wide.");
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 278 /// isShiftedInt<N,S> - Checks if a signed integer is an N bit number shifted
281 constexpr inline bool isShiftedInt(int64_t x) {
283 N > 0, "isShiftedInt<0> doesn't make sense (refers to a 0-bit number.");
284 static_assert(N + S <= 64, "isShiftedInt<N, S> with N + S > 64 is too wide.");
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 278 /// isShiftedInt<N,S> - Checks if a signed integer is an N bit number shifted
281 constexpr inline bool isShiftedInt(int64_t x) {
283 N > 0, "isShiftedInt<0> doesn't make sense (refers to a 0-bit number.");
284 static_assert(N + S <= 64, "isShiftedInt<N, S> with N + S > 64 is too wide.");
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 278 /// isShiftedInt<N,S> - Checks if a signed integer is an N bit number shifted
281 constexpr inline bool isShiftedInt(int64_t x) {
283 N > 0, "isShiftedInt<0> doesn't make sense (refers to a 0-bit number.");
284 static_assert(N + S <= 64, "isShiftedInt<N, S> with N + S > 64 is too wide.");
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 278 /// isShiftedInt<N,S> - Checks if a signed integer is an N bit number shifted
281 constexpr inline bool isShiftedInt(int64_t x) {
283 N > 0, "isShiftedInt<0> doesn't make sense (refers to a 0-bit number.");
284 static_assert(N + S <= 64, "isShiftedInt<N, S> with N + S > 64 is too wide.");
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 278 /// isShiftedInt<N,S> - Checks if a signed integer is an N bit number shifted
281 constexpr inline bool isShiftedInt(int64_t x) {
283 N > 0, "isShiftedInt<0> doesn't make sense (refers to a 0-bit number.");
284 static_assert(N + S <= 64, "isShiftedInt<N, S> with N + S > 64 is too wide.");
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 278 /// isShiftedInt<N,S> - Checks if a signed integer is an N bit number shifted
281 constexpr inline bool isShiftedInt(int64_t x) {
283 N > 0, "isShiftedInt<0> doesn't make sense (refers to a 0-bit number.");
284 static_assert(N + S <= 64, "isShiftedInt<N, S> with N + S > 64 is too wide.");
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 278 /// isShiftedInt<N,S> - Checks if a signed integer is an N bit number shifted
281 constexpr inline bool isShiftedInt(int64_t x) {
283 N > 0, "isShiftedInt<0> doesn't make sense (refers to a 0-bit number.");
284 static_assert(N + S <= 64, "isShiftedInt<N, S> with N + S > 64 is too wide.");

Completed in 535 milliseconds