Searched refs:maxIntN (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZMCAsmBackend.cpp | 45 if (!checkFixupInRange(minIntN(W) * 2, maxIntN(W) * 2)) in extractBitsForFixup() 51 if (!(IsSigned ? checkFixupInRange(minIntN(W), maxIntN(W)) in extractBitsForFixup()
|
| /freebsd-14.2/contrib/llvm-project/lld/MachO/ |
| H A D | Relocations.h | 96 llvm::maxIntN(bits)); in checkInt()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | MathExtras.h | 219 inline int64_t maxIntN(int64_t N) { in maxIntN() function 234 return N >= 64 || (minIntN(N) <= x && x <= maxIntN(N)); in isIntN()
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | Target.h | 257 reportRangeError(loc, rel, Twine(v), llvm::minIntN(n), llvm::maxIntN(n)); in checkInt()
|
| H A D | Relocations.cpp | 139 Twine(llvm::maxIntN(n)) + "]" + hint); in reportRangeError()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRAsmBackend.cpp | 44 int64_t Max = maxIntN(Width); in signed_width()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
| H A D | LoongArchAsmBackend.cpp | 87 ", " + Twine(llvm::maxIntN(N)) + "]"); in reportOutOfRangeError()
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | LoongArch.cpp | 564 llvm::maxIntN(38) - 0x20000); in relocate()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 164 Max += AsSigned ? maxIntN(NBits) : maxUIntN(NBits); in convertStrToInt() 3178 uint64_t IntMax = maxIntN(IntBits); in emitSnPrintfMemCpy() 3229 uint64_t IntMax = maxIntN(TLI->getIntSize()); in optimizeSnPrintFString()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 6035 auto MaxExp = B.buildConstant(ExpTy, maxIntN(ClampSize)); in narrowScalarFLDEXP()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 4117 llvm::maxIntN(12)); in CheckLoongArchBuiltinFunctionCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 6321 SDValue MaxExp = DAG.getConstant(maxIntN(16), DL, ExpVT); in lowerFLDEXP()
|