Searched defs:Max (Results 51 - 62 of 62) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1162 constexpr unsigned Max = std::numeric_limits<unsigned>::max(); variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp758 SDValue Max = local
H A DDAGCombiner.cpp16248 unsigned int Max = 1024 + Visited.size(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp102 computeSignedMinMaxValuesFromKnownBits(const KnownBits &Known, APInt &Min, APInt &Max) argument
124 computeUnsignedMinMaxValuesFromKnownBits(const KnownBits &Known, APInt &Min, APInt &Max) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2262 const SCEVNAryExpr *Max = nullptr; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1009 uint64_t Max = *std::max_element(Weights.begin(), Weights.end()); local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4501 size_t Max = 0; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1401 int64_t Max = 4096 * ((1LL << (21 - 1)) - 1); local
1417 int64_t Max = ((1LL << (21 - 1)) - 1); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp1061 int64_t Max = Align * ((1LL << width) - 1); local
1076 int64_t Max = Align * ((1LL << (width-1)) - 1); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6331 uint64_t Max = std::max(TrueWeight, FalseWeight); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp6300 APFloat Max = APFloat::getLargest(Type->getFltSemantics()); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp2829 int32_t Max = (1 << (A.IsSigned ? A.BitWidth - 1 : A.BitWidth)) - 1; local
10559 Max = GE | InRangeFlag, enumerator in enum:__anon2028::PromotedRange::ComparisonResult
[all...]

Completed in 388 milliseconds

123