Home
last modified time | relevance | path

Searched defs:Max (Results 1 – 25 of 109) sorted by relevance

12345

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp87 APInt Max = getUnsignedMax(); in toKnownBits() local
740 APInt Max = APInt::getMaxValue(BW); in castOp() local
1141 APInt Max = getSignedMax(); in smul_fast() local
1445 APInt Max = getUnsignedMax(); in shl() local
1590 APInt Max = getSignedMax(); in smul_sat() local
1613 APInt Min = getSignedMin(), Max = getSignedMax(); in sshl_sat() local
1675 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); in unsignedAddMayOverflow() local
1691 APInt Min = getSignedMin(), Max = getSignedMax(); in signedAddMayOverflow() local
1721 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); in unsignedSubMayOverflow() local
1737 APInt Min = getSignedMin(), Max = getSignedMax(); in signedSubMayOverflow() local
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp92 uint32_t Max = R.Max.value_or(R.Min); in dump() local
109 uint32_t Max = R.Max.value_or(File.getFileSize()); in dump() local
207 void BytesOutputStyle::dumpBlockRanges(uint32_t Min, uint32_t Max) { in dumpBlockRanges()
430 void BytesOutputStyle::dumpByteRanges(uint32_t Min, uint32_t Max) { in dumpByteRanges()
H A DMinimalTypeDumper.cpp309 auto Max = std::max_element(Indices.begin(), Indices.end()); in visitKnownRecord() local
324 auto Max = std::max_element(Indices.begin(), Indices.end()); in visitKnownRecord() local
494 auto Max = std::max_element(Indices.begin(), Indices.end()); in visitKnownRecord() local
H A Dllvm-pdbutil.h113 std::optional<uint64_t> Max; member
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h205 unsigned Min, Max; variable
223 unsigned Min, unsigned Max) in Directive()
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerDefs.h27 template <class T> T Max(T a, T b) { return a > b ? a : b; } in Max() function
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPFixedPoint.cpp267 APSInt Max = APFixedPoint::getMax(CommonFXSema).getValue() in mul() local
328 APSInt Max = APFixedPoint::getMax(CommonFXSema).getValue() in div() local
365 APSInt Max = APFixedPoint::getMax(Sema).getValue().extOrTrunc(Wide); in shl() local
/openbsd-src/games/robots/
H A Dextern.c68 COORD Max; /* Max area robots take up */ variable
/openbsd-src/gnu/llvm/llvm/include/llvm/FuzzMutate/
H A DRandom.h21 template <typename T, typename GenT> T uniform(GenT &Gen, T Min, T Max) { in uniform()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp93 unsigned Min, unsigned Max) in StandardDirective()
110 unsigned Min, unsigned Max, StringRef RegexStr) in RegexDirective()
291 unsigned Min = 1, Max = 1; member
1134 unsigned Min, unsigned Max) { in create()
/openbsd-src/gnu/llvm/llvm/lib/MCA/
H A DSupport.cpp89 double Max = static_cast<double>(NumMicroOps) / DispatchWidth; in computeBlockRThroughput() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUAsmUtils.h36 unsigned Max; member
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DDarwinSDKInfo.cpp41 VersionTuple Max = VersionTuple(0); in parseJSON() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp44 int64_t Max = maxIntN(Width); in signed_width() local
63 int64_t Max = maxUIntN(Width); in unsigned_width() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DLowerTypeTests.h64 uint64_t Max = 0; member
/openbsd-src/gnu/llvm/libcxx/benchmarks/
H A DGenerateInput.h39 inline IntT getRandomInteger(IntT Min, IntT Max) { in getRandomInteger()
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/tests/unit/
H A Dsegmented_array_test.cpp203 constexpr uint64_t Max = 9; in TEST() local
240 constexpr uint64_t Max = 9; in TEST() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-graph.h48 double Max; member
H A Dxray-color-helper.cpp88 int Max = 0; in convertToHSV() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h114 static constexpr size_t Max = 10; member
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp31 auto checkFixupInRange = [&](int64_t Min, int64_t Max) -> bool { in extractBitsForFixup()
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_buffer_queue.h84 size_t Max = 0; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h98 Max enumerator
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h152 Max, enumerator
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dcommon.h44 template <class T> constexpr T Max(T A, T B) { return A > B ? A : B; } in Max() function

12345