Searched refs:maxUIntN (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | Target.h | 240 reportRangeError(loc, rel, Twine(v), 0, llvm::maxUIntN(n)); in checkUInt() 250 llvm::maxUIntN(n)); in checkIntUInt()
|
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | Relocations.h | 100 reportRangeError(loc, d, llvm::Twine(v), bits, 0, llvm::maxUIntN(bits)); in checkUInt()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZMCAsmBackend.cpp | 61 if (!checkFixupInRange(0, maxUIntN(12))) in extractBitsForFixup()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | MathExtras.h | 261 inline uint64_t maxUIntN(uint64_t N) { in maxUIntN() function 289 return N >= 64 || x <= maxUIntN(N); in isUIntN()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRAsmBackend.cpp | 63 int64_t Max = maxUIntN(Width); in unsigned_width()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | RegAllocGreedy.cpp | 360 Prio = std::min(Prio, (unsigned)maxUIntN(24)); in getPriority()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 123 Max += AsSigned ? maxIntN(NBits) : maxUIntN(NBits); in convertStrToInt()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 3780 SemaBuiltinConstantArgRange(TheCall, 0, 0, llvm::maxUIntN(5)); in CheckLoongArchBuiltinFunctionCall() 3841 return SemaBuiltinConstantArgRange(TheCall, 0, 0, llvm::maxUIntN(2)); in CheckLoongArchBuiltinFunctionCall()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.cpp | 8613 Mask &= maxUIntN(SrcSize); in optimizeCompareInstr()
|