Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DTarget.h240 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 DRelocations.h100 reportRangeError(loc, d, llvm::Twine(v), bits, 0, llvm::maxUIntN(bits)); in checkUInt()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp61 if (!checkFixupInRange(0, maxUIntN(12))) in extractBitsForFixup()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DMathExtras.h261 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 DAVRAsmBackend.cpp63 int64_t Max = maxUIntN(Width); in unsigned_width()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp360 Prio = std::min(Prio, (unsigned)maxUIntN(24)); in getPriority()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp123 Max += AsSigned ? maxIntN(NBits) : maxUIntN(NBits); in convertStrToInt()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp3780 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 DSIInstrInfo.cpp8613 Mask &= maxUIntN(SrcSize); in optimizeCompareInstr()