Searched refs:minIntN (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZMCAsmBackend.cpp | 45 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 D | Target.h | 234 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 D | Relocations.h | 93 reportRangeError(loc, d, llvm::Twine(v), bits, llvm::minIntN(bits), in checkInt()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/ |
| H A D | LoongArchAsmBackend.cpp | 82 Ctx.reportError(Loc, "fixup value out of range [" + Twine(llvm::minIntN(N)) + in reportOutOfRangeError()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | MathExtras.h | 272 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 D | AVRAsmBackend.cpp | 43 int64_t Min = minIntN(Width); in signed_width()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 3781 SemaBuiltinConstantArgRange(TheCall, 2, llvm::minIntN(12), in CheckLoongArchBuiltinFunctionCall()
|