/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 87 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 D | BytesOutputStyle.cpp | 92 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 D | MinimalTypeDumper.cpp | 309 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 D | llvm-pdbutil.h | 113 std::optional<uint64_t> Max; member
|
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
H A D | VerifyDiagnosticConsumer.h | 205 unsigned Min, Max; variable 223 unsigned Min, unsigned Max) in Directive()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
H A D | FuzzerDefs.h | 27 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 D | APFixedPoint.cpp | 267 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 D | extern.c | 68 COORD Max; /* Max area robots take up */ variable
|
/openbsd-src/gnu/llvm/llvm/include/llvm/FuzzMutate/ |
H A D | Random.h | 21 template <typename T, typename GenT> T uniform(GenT &Gen, T Min, T Max) { in uniform()
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/ |
H A D | VerifyDiagnosticConsumer.cpp | 93 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 D | Support.cpp | 89 double Max = static_cast<double>(NumMicroOps) / DispatchWidth; in computeBlockRThroughput() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUAsmUtils.h | 36 unsigned Max; member
|
/openbsd-src/gnu/llvm/clang/lib/Basic/ |
H A D | DarwinSDKInfo.cpp | 41 VersionTuple Max = VersionTuple(0); in parseJSON() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRAsmBackend.cpp | 44 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 D | LowerTypeTests.h | 64 uint64_t Max = 0; member
|
/openbsd-src/gnu/llvm/libcxx/benchmarks/ |
H A D | GenerateInput.h | 39 inline IntT getRandomInteger(IntT Min, IntT Max) { in getRandomInteger()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/tests/unit/ |
H A D | segmented_array_test.cpp | 203 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 D | xray-graph.h | 48 double Max; member
|
H A D | xray-color-helper.cpp | 88 int Max = 0; in convertToHSV() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangle.h | 114 static constexpr size_t Max = 10; member
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZMCAsmBackend.cpp | 31 auto checkFixupInRange = [&](int64_t Min, int64_t Max) -> bool { in extractBitsForFixup()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/ |
H A D | xray_buffer_queue.h | 84 size_t Max = 0; variable
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | RawConstants.h | 98 Max enumerator
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | MemoryBuiltins.h | 152 Max, enumerator
|
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
H A D | common.h | 44 template <class T> constexpr T Max(T A, T B) { return A > B ? A : B; } in Max() function
|