Searched refs:isUIntN (Results 1 - 9 of 9) sorted by relevance

/external/llvm/include/llvm/Support/
H A DMathExtras.h322 /// isUIntN - Checks if an unsigned integer fits into the given (dynamic)
324 inline bool isUIntN(unsigned N, uint64_t x) { function in namespace:llvm
/external/llvm/lib/MC/
H A DMCStreamer.cpp111 assert((isUIntN(8 * Size, Value) || isIntN(8 * Size, Value)) &&
H A DMCDwarf.cpp1663 } else if (isUIntN(6, AddrDelta)) {
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2392 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue))
4422 if (!isUIntN(8, IntValue) && !isIntN(8, IntValue))
/external/clang/lib/Sema/
H A DSemaChecking.cpp3134 if (llvm::isUIntN(S.Context.getCharWidth(), CL->getValue()))
H A DSemaExpr.cpp7224 llvm::isUIntN(Ctx.getCharWidth(), CharExpr->getValue())) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1887 if (!isUIntN(VT.getSizeInBits(), B.Cases[i].Mask)) {
H A DDAGCombiner.cpp5811 if (!isUIntN(ShImmTy.getSizeInBits(), ShLeftAmt))
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5648 if (!isUIntN(HalfSize, C->getZExtValue()))

Completed in 1673 milliseconds