Home
last modified time | relevance | path

Searched refs:minIntN (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp45 if (!checkFixupInRange(minIntN(W) * 2, maxIntN(W) * 2)) in extractBitsForFixup()
66 if (!checkFixupInRange(minIntN(20), maxIntN(20))) in extractBitsForFixup()
/openbsd-src/gnu/llvm/lld/ELF/
H A DTarget.h234 reportRangeError(loc, rel, Twine(v), llvm::minIntN(n), llvm::maxIntN(n)); in checkInt()
249 reportRangeError(loc, rel, Twine((int64_t)v), llvm::minIntN(n), in checkIntUInt()
/openbsd-src/gnu/llvm/lld/MachO/
H A DRelocations.h93 reportRangeError(loc, d, llvm::Twine(v), bits, llvm::minIntN(bits), in checkInt()
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp82 Ctx.reportError(Loc, "fixup value out of range [" + Twine(llvm::minIntN(N)) + in reportOutOfRangeError()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DMathExtras.h272 inline int64_t minIntN(int64_t N) { in minIntN() function
294 return N >= 64 || (minIntN(N) <= x && x <= maxIntN(N)); in isIntN()
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp43 int64_t Min = minIntN(Width); in signed_width()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp3781 SemaBuiltinConstantArgRange(TheCall, 2, llvm::minIntN(12), in CheckLoongArchBuiltinFunctionCall()