HomeSort by relevance Sort by last modified time
    Searched refs:isUIntN (Results 1 - 25 of 38) sorted by null

1 2

  /external/llvm/unittests/Support/
MathExtrasTest.cpp 114 TEST(MathExtras, isUIntN) {
115 EXPECT_TRUE(isUIntN(16, 65535));
116 EXPECT_FALSE(isUIntN(16, 65536));
117 EXPECT_TRUE(isUIntN(1, 0));
118 EXPECT_TRUE(isUIntN(6, 63));
  /external/capstone/
MathExtras.h 48 /// isUIntN - Checks if an unsigned integer fits into the given (dynamic)
50 static inline bool isUIntN(unsigned N, uint64_t x) {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MathExtras.h 73 /// isUIntN - Checks if an unsigned integer fits into the given (dynamic)
75 inline bool isUIntN(unsigned N, uint64_t x) {
  /external/llvm/include/llvm/Support/
MathExtras.h 336 /// isUIntN - Checks if an unsigned integer fits into the given (dynamic)
338 inline bool isUIntN(unsigned N, uint64_t x) {
  /external/swiftshader/third_party/LLVM/lib/MC/
MCStreamer.cpp 84 assert((isUIntN(8 * Size, Value) || isIntN(8 * Size, Value)) &&
MCDwarf.cpp     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MathExtras.h 358 /// isUIntN - Checks if an unsigned integer fits into the given (dynamic)
360 inline bool isUIntN(unsigned N, uint64_t x) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 358 /// isUIntN - Checks if an unsigned integer fits into the given (dynamic)
360 inline bool isUIntN(unsigned N, uint64_t x) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
MathExtras.h 385 inline bool isUIntN(unsigned N, uint64_t x) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
MathExtras.h 385 inline bool isUIntN(unsigned N, uint64_t x) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
MathExtras.h 385 inline bool isUIntN(unsigned N, uint64_t x) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
MathExtras.h 385 inline bool isUIntN(unsigned N, uint64_t x) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
MathExtras.h 385 inline bool isUIntN(unsigned N, uint64_t x) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
MathExtras.h 385 inline bool isUIntN(unsigned N, uint64_t x) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 358 /// isUIntN - Checks if an unsigned integer fits into the given (dynamic)
360 inline bool isUIntN(unsigned N, uint64_t x) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
MathExtras.h 385 inline bool isUIntN(unsigned N, uint64_t x) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
MathExtras.h 385 inline bool isUIntN(unsigned N, uint64_t x) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
MathExtras.h 385 inline bool isUIntN(unsigned N, uint64_t x) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
MathExtras.h 385 inline bool isUIntN(unsigned N, uint64_t x) {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
MathExtras.h 385 inline bool isUIntN(unsigned N, uint64_t x) {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
MathExtras.h 385 inline bool isUIntN(unsigned N, uint64_t x) {
  /external/llvm/lib/MC/
MCStreamer.cpp 86 assert((isUIntN(8 * Size, Value) || isIntN(8 * Size, Value)) &&
MCDwarf.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APInt.h 355 return isUIntN(N, VAL);
    [all...]
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp     [all...]

Completed in 1016 milliseconds

1 2