Home
last modified time | relevance | path

Searched refs:minIntN (Results 1 – 11 of 11) 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.h99 reportRangeError(loc, d, llvm::Twine(v), bits, llvm::minIntN(bits), in checkInt()
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h271 reportRangeError(ctx, loc, rel, Twine(v), llvm::minIntN(n), in checkInt()
288 reportRangeError(ctx, loc, rel, Twine((int64_t)v), llvm::minIntN(n), in checkIntUInt()
H A DRelocations.cpp122 << " is not in [" << llvm::minIntN(n) << ", " << llvm::maxIntN(n) << "]"; in reportRangeError()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h236 inline constexpr int64_t minIntN(int64_t N) { in minIntN() function
262 return N >= 64 || (minIntN(N) <= x && x <= maxIntN(N)); in isIntN()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLoongArch.cpp32 SemaRef.BuiltinConstantArgRange(TheCall, 2, llvm::minIntN(12), in CheckLoongArchBuiltinFunctionCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp87 Ctx.reportError(Loc, "fixup value out of range [" + Twine(llvm::minIntN(N)) + in reportOutOfRangeError()
/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.cpp623 reportRangeError(ctx, loc, rel, Twine(val), llvm::minIntN(38) - 0x20000, in relocate()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7075 auto MinExp = B.buildConstant(ExpTy, minIntN(ClampSize)); in narrowScalarFLDEXP()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp7174 SDValue MinExp = DAG.getSignedConstant(minIntN(16), DL, ExpVT); in lowerFLDEXP()