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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp58 if (!isUIntN(Width, Value)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp162 return isUIntN(NumBits, Value) ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp239 if (!isUIntN(8 * Size, AbsValue) && !isIntN(8 * Size, AbsValue)) {
H A DMCStreamer.cpp133 assert((isUIntN(8 * Size, Value) || isIntN(8 * Size, Value)) &&
H A DMCDwarf.cpp1917 } else if (isUIntN(6, AddrDelta)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp529 isUIntN(ResultType->getBitWidth(), Size))
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h429 inline bool isUIntN(unsigned N, uint64_t x) { function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp3468 (isIntN(Size, CE->getValue()) || isUIntN(Size, CE->getValue()))) {
3741 if (!isUIntN(32, ParamsSize))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp707 if (!isUIntN(Size, IntValue) && !isIntN(Size, IntValue))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1658 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3050 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue))
4752 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1524 return isUIntN(Size, Val) || isIntN(Size, Val);
3327 if (!isUIntN(OffsetSize - 1, Op.getImm())) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp1962 if (!isUIntN(6+Align, Off) || (Off & ((1<<Align)-1)))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1353 return isUIntN(NumBits, Val);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp8478 if (llvm::isUIntN(S.Context.getCharWidth(), CL->getValue()))
H A DSemaExpr.cpp9682 llvm::isUIntN(Ctx.getCharWidth(), CharExpr->getValue())) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2786 if (!isUIntN(HalfSize, C->getZExtValue()))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2666 if (!isUIntN(VT.getSizeInBits(), B.Cases[i].Mask)) {
H A DDAGCombiner.cpp10535 if (!isUIntN(ShImmTy.getSizeInBits(), ShLeftAmt))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8401 if (!isUIntN(HalfSize, C->getZExtValue()))

Completed in 737 milliseconds