/external/llvm/unittests/Support/ |
D | MathExtrasTest.cpp | 114 TEST(MathExtras, isUIntN) { in TEST() argument 115 EXPECT_TRUE(isUIntN(16, 65535)); in TEST() 116 EXPECT_FALSE(isUIntN(16, 65536)); in TEST() 117 EXPECT_TRUE(isUIntN(1, 0)); in TEST() 118 EXPECT_TRUE(isUIntN(6, 63)); in TEST()
|
/external/capstone/ |
D | MathExtras.h | 50 static inline bool isUIntN(unsigned N, uint64_t x) { in isUIntN() function
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | MathExtras.h | 75 inline bool isUIntN(unsigned N, uint64_t x) { in isUIntN() function
|
/external/llvm/include/llvm/Support/ |
D | MathExtras.h | 338 inline bool isUIntN(unsigned N, uint64_t x) {
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MathExtras.h | 360 inline bool isUIntN(unsigned N, uint64_t x) {
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCStreamer.cpp | 84 assert((isUIntN(8 * Size, Value) || isIntN(8 * Size, Value)) && in EmitIntValue()
|
D | MCDwarf.cpp | 1072 } else if (isUIntN(6, AddrDelta)) { in EncodeAdvanceLoc()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APInt.h | 355 return isUIntN(N, VAL); in isIntN()
|
/external/llvm/lib/MC/ |
D | MCStreamer.cpp | 86 assert((isUIntN(8 * Size, Value) || isIntN(8 * Size, Value)) && in EmitIntValue()
|
D | MCDwarf.cpp | 1564 } else if (isUIntN(6, AddrDelta)) { in EncodeAdvanceLoc()
|
/external/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 921 if (!isUIntN(Size, IntValue) && !isIntN(Size, IntValue)) in ParseDirectiveFalign() 950 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in ParseDirectiveValue()
|
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/ |
D | AsmParser.cpp | 1733 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in ParseDirectiveValue()
|
/external/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 1775 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in ParseDirectiveWord()
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 2977 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in ParseDirectiveWord()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonBitSimplify.cpp | 1861 if (!isUIntN(6+Align, Off) || (Off & ((1<<Align)-1))) in genStoreImmediate()
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 2670 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in parseDirectiveValue()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1695 if (!isUIntN(VT.getSizeInBits(), B.Cases[i].Mask)) { in visitBitTestHeader()
|
D | DAGCombiner.cpp | 4724 if (!isUIntN(ShImmTy.getSizeInBits(), ShLeftAmt)) in ReduceLoadWidth()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 5159 if (llvm::isUIntN(S.Context.getCharWidth(), CL->getValue())) in checkFormatExpr()
|
D | SemaExpr.cpp | 8319 llvm::isUIntN(Ctx.getCharWidth(), CharExpr->getValue())) { in diagnoseStringPlusChar()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 2158 if (!isUIntN(VT.getSizeInBits(), B.Cases[i].Mask)) { in visitBitTestHeader()
|
D | DAGCombiner.cpp | 6922 if (!isUIntN(ShImmTy.getSizeInBits(), ShLeftAmt)) in ReduceLoadWidth()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 2138 if (!isUIntN(HalfSize, C->getZExtValue())) in isExtendedBUILD_VECTOR()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 6476 if (!isUIntN(HalfSize, C->getZExtValue())) in isExtendedBUILD_VECTOR()
|