Home
last modified time | relevance | path

Searched refs:maxIntN (Results 1 – 9 of 9) sorted by relevance

/openbsd/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/gnu/llvm/lld/MachO/
H A DRelocations.h94 llvm::maxIntN(bits)); in checkInt()
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp83 ", " + Twine(llvm::maxIntN(N)) + "]"); in reportOutOfRangeError()
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DMathExtras.h279 inline int64_t maxIntN(int64_t N) { in maxIntN() function
294 return N >= 64 || (minIntN(N) <= x && x <= maxIntN(N)); in isIntN()
/openbsd/gnu/llvm/lld/ELF/
H A DTarget.h234 reportRangeError(loc, rel, Twine(v), llvm::minIntN(n), llvm::maxIntN(n)); in checkInt()
H A DRelocations.cpp126 Twine(llvm::maxIntN(n)) + "]" + hint); in reportRangeError()
/openbsd/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp44 int64_t Max = maxIntN(Width); in signed_width()
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp123 Max += AsSigned ? maxIntN(NBits) : maxUIntN(NBits); in convertStrToInt()
3058 uint64_t IntMax = maxIntN(IntBits); in emitSnPrintfMemCpy()
3109 uint64_t IntMax = maxIntN(TLI->getIntSize()); in optimizeSnPrintFString()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp3782 llvm::maxIntN(12)); in CheckLoongArchBuiltinFunctionCall()