Home
last modified time | relevance | path

Searched refs:isUIntN (Results 1 – 24 of 24) sorted by relevance

/external/llvm/unittests/Support/
DMathExtrasTest.cpp114 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/
DMathExtras.h50 static inline bool isUIntN(unsigned N, uint64_t x) { in isUIntN() function
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMathExtras.h75 inline bool isUIntN(unsigned N, uint64_t x) { in isUIntN() function
/external/llvm/include/llvm/Support/
DMathExtras.h338 inline bool isUIntN(unsigned N, uint64_t x) {
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMathExtras.h360 inline bool isUIntN(unsigned N, uint64_t x) {
/external/swiftshader/third_party/LLVM/lib/MC/
DMCStreamer.cpp84 assert((isUIntN(8 * Size, Value) || isIntN(8 * Size, Value)) && in EmitIntValue()
DMCDwarf.cpp1072 } else if (isUIntN(6, AddrDelta)) { in EncodeAdvanceLoc()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h355 return isUIntN(N, VAL); in isIntN()
/external/llvm/lib/MC/
DMCStreamer.cpp86 assert((isUIntN(8 * Size, Value) || isIntN(8 * Size, Value)) && in EmitIntValue()
DMCDwarf.cpp1564 } else if (isUIntN(6, AddrDelta)) { in EncodeAdvanceLoc()
/external/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp921 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/
DAsmParser.cpp1733 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in ParseDirectiveValue()
/external/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp1775 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in ParseDirectiveWord()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2977 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in ParseDirectiveWord()
/external/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp1861 if (!isUIntN(6+Align, Off) || (Off & ((1<<Align)-1))) in genStoreImmediate()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp2670 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in parseDirectiveValue()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1695 if (!isUIntN(VT.getSizeInBits(), B.Cases[i].Mask)) { in visitBitTestHeader()
DDAGCombiner.cpp4724 if (!isUIntN(ShImmTy.getSizeInBits(), ShLeftAmt)) in ReduceLoadWidth()
/external/clang/lib/Sema/
DSemaChecking.cpp5159 if (llvm::isUIntN(S.Context.getCharWidth(), CL->getValue())) in checkFormatExpr()
DSemaExpr.cpp8319 llvm::isUIntN(Ctx.getCharWidth(), CharExpr->getValue())) { in diagnoseStringPlusChar()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2158 if (!isUIntN(VT.getSizeInBits(), B.Cases[i].Mask)) { in visitBitTestHeader()
DDAGCombiner.cpp6922 if (!isUIntN(ShImmTy.getSizeInBits(), ShLeftAmt)) in ReduceLoadWidth()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp2138 if (!isUIntN(HalfSize, C->getZExtValue())) in isExtendedBUILD_VECTOR()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp6476 if (!isUIntN(HalfSize, C->getZExtValue())) in isExtendedBUILD_VECTOR()