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

/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DMathExtras.h91 /// isUIntN - Checks if an unsigned integer fits into the given (dynamic)
93 inline bool isUIntN(unsigned N, uint64_t x) { function in namespace:llvm
/freebsd-10.0-release/contrib/llvm/lib/MC/
H A DMCStreamer.cpp92 assert((isUIntN(8 * Size, Value) || isIntN(8 * Size, Value)) &&
H A DMCDwarf.cpp1545 } else if (isUIntN(6, AddrDelta)) {
/freebsd-10.0-release/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2230 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue))
4014 if (!isUIntN(8, IntValue) && !isIntN(8, IntValue))
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp2812 if (llvm::isUIntN(S.Context.getCharWidth(), CL->getValue()))
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1758 if (!isUIntN(VT.getSizeInBits(), B.Cases[i].Mask)) {
H A DDAGCombiner.cpp5210 if (!isUIntN(ShImmTy.getSizeInBits(), ShLeftAmt))
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5229 if (!isUIntN(HalfSize, C->getZExtValue()))

Completed in 287 milliseconds