Home
last modified time | relevance | path

Searched refs:maxIntN (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp45 if (!checkFixupInRange(minIntN(W) * 2, maxIntN(W) * 2)) in extractBitsForFixup()
51 if (!(IsSigned ? checkFixupInRange(minIntN(W), maxIntN(W)) in extractBitsForFixup()
/freebsd/contrib/llvm-project/lld/MachO/
H A DRelocations.h96 llvm::maxIntN(bits)); in checkInt()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h244 inline int64_t maxIntN(int64_t N) { in maxIntN() function
261 return N >= 64 || (minIntN(N) <= x && x <= maxIntN(N)); in isIntN()
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h257 reportRangeError(loc, rel, Twine(v), llvm::minIntN(n), llvm::maxIntN(n)); in checkUInt()
H A DRelocations.cpp139 Twine(llvm::maxIntN(n)) + "]" + hint); in reportRangeError()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp45 int64_t Max = maxIntN(Width); in signed_width()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLoongArch.cpp33 llvm::maxIntN(12)); in CheckLoongArchBuiltinFunctionCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp86 ", " + Twine(llvm::maxIntN(N)) + "]"); in reportOutOfRangeError()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DLoongArch.cpp601 llvm::maxIntN(38) - 0x20000); in relocate()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp173 Max += AsSigned ? maxIntN(NBits) : maxUIntN(NBits); in convertStrToInt()
3412 uint64_t IntMax = maxIntN(IntBits); in emitSnPrintfMemCpy()
3463 uint64_t IntMax = maxIntN(TLI->getIntSize()); in optimizeSnPrintFString()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6387 auto MaxExp = B.buildConstant(ExpTy, maxIntN(ClampSize)); in narrowScalarFLDEXP()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp6732 SDValue MaxExp = DAG.getConstant(maxIntN(16), DL, ExpVT); in lowerFLDEXP()