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/ELF/
H A DTarget.h257 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 DRelocations.cpp138 " is not in [" + Twine(llvm::minIntN(n)) + ", " + in reportRangeError()
/freebsd/contrib/llvm-project/lld/MachO/
H A DRelocations.h95 reportRangeError(loc, d, llvm::Twine(v), bits, llvm::minIntN(bits), in checkInt()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h235 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 DAVRAsmBackend.cpp44 int64_t Min = minIntN(Width); in signed_width()
/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.cpp85 Ctx.reportError(Loc, "fixup value out of range [" + Twine(llvm::minIntN(N)) + in reportOutOfRangeError()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DLoongArch.cpp600 reportRangeError(loc, rel, Twine(val), llvm::minIntN(38) - 0x20000, in relocate()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6385 auto MinExp = B.buildConstant(ExpTy, minIntN(ClampSize)); in narrowScalarFLDEXP()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp6729 SDValue MinExp = DAG.getConstant(minIntN(16), DL, ExpVT); in lowerFLDEXP()