Searched refs:minIntN (Results 1 – 11 of 11) 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/ELF/ |
H A D | Target.h | 257 reportRangeError(loc, rel, Twine(v), llvm::minIntN(n), llvm::maxIntN(n)); in checkUInt() 272 reportRangeError(loc, rel, Twine((int64_t)v), llvm::minIntN(n), in checkAlignment()
|
H A D | Relocations.cpp | 138 " is not in [" + Twine(llvm::minIntN(n)) + ", " + in reportRangeError()
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Relocations.h | 95 reportRangeError(loc, d, llvm::Twine(v), bits, llvm::minIntN(bits), in checkInt()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | MathExtras.h | 235 inline int64_t minIntN(int64_t N) { in minIntN() function 261 return N >= 64 || (minIntN(N) <= x && x <= maxIntN(N)); in isIntN()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRAsmBackend.cpp | 44 int64_t Min = minIntN(Width); in signed_width()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLoongArch.cpp | 32 SemaRef.BuiltinConstantArgRange(TheCall, 2, llvm::minIntN(12), in CheckLoongArchBuiltinFunctionCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
H A D | LoongArchAsmBackend.cpp | 85 Ctx.reportError(Loc, "fixup value out of range [" + Twine(llvm::minIntN(N)) + in reportOutOfRangeError()
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | LoongArch.cpp | 600 reportRangeError(loc, rel, Twine(val), llvm::minIntN(38) - 0x20000, in relocate()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 6385 auto MinExp = B.buildConstant(ExpTy, minIntN(ClampSize)); in narrowScalarFLDEXP()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 6729 SDValue MinExp = DAG.getConstant(minIntN(16), DL, ExpVT); in lowerFLDEXP()
|