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.h100 llvm::maxIntN(bits)); in checkInt()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h245 inline constexpr int64_t maxIntN(int64_t N) { in maxIntN() function
262 return N >= 64 || (minIntN(N) <= x && x <= maxIntN(N)); in isIntN()
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h272 llvm::maxIntN(n)); in checkInt()
H A DRelocations.cpp122 << " is not in [" << llvm::minIntN(n) << ", " << llvm::maxIntN(n) << "]"; in reportRangeError()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp88 ", " + Twine(llvm::maxIntN(N)) + "]"); in reportOutOfRangeError()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLoongArch.cpp33 llvm::maxIntN(12)); in CheckLoongArchBuiltinFunctionCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp429 (Addend < minIntN(16) || Addend > maxIntN(16))) { in adjustFixupValue()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DLoongArch.cpp624 llvm::maxIntN(38) - 0x20000); in relocate()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp176 Max += AsSigned ? maxIntN(NBits) : maxUIntN(NBits); in convertStrToInt()
3522 uint64_t IntMax = maxIntN(IntBits); in emitSnPrintfMemCpy()
3570 uint64_t IntMax = maxIntN(TLI->getIntSize()); in optimizeSnPrintFString()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7077 auto MaxExp = B.buildConstant(ExpTy, maxIntN(ClampSize)); in narrowScalarFLDEXP()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp7177 SDValue MaxExp = DAG.getSignedConstant(maxIntN(16), DL, ExpVT); in lowerFLDEXP()