Searched refs:maxIntN (Results 1 – 12 of 12) sorted by relevance
/freebsd/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/contrib/llvm-project/lld/MachO/ |
H A D | Relocations.h | 96 llvm::maxIntN(bits)); in checkInt()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | MathExtras.h | 244 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 D | Target.h | 257 reportRangeError(loc, rel, Twine(v), llvm::minIntN(n), llvm::maxIntN(n)); in checkUInt()
|
H A D | Relocations.cpp | 139 Twine(llvm::maxIntN(n)) + "]" + hint); in reportRangeError()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRAsmBackend.cpp | 45 int64_t Max = maxIntN(Width); in signed_width()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLoongArch.cpp | 33 llvm::maxIntN(12)); in CheckLoongArchBuiltinFunctionCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
H A D | LoongArchAsmBackend.cpp | 86 ", " + Twine(llvm::maxIntN(N)) + "]"); in reportOutOfRangeError()
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | LoongArch.cpp | 601 llvm::maxIntN(38) - 0x20000); in relocate()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 173 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 D | LegalizerHelper.cpp | 6387 auto MaxExp = B.buildConstant(ExpTy, maxIntN(ClampSize)); in narrowScalarFLDEXP()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 6732 SDValue MaxExp = DAG.getConstant(maxIntN(16), DL, ExpVT); in lowerFLDEXP()
|