Searched defs:Max (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h154 unsigned Min, Max; member in class:clang::VerifyDiagnosticConsumer::Directive
166 Directive(SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, StringRef Text, unsigned Min, unsigned Max) argument
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp422 const SUnit *Max = 0; local
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DInitPreprocessor.cpp133 const char *DenormMin, *Epsilon, *Max, *Min; local
H A DVerifyDiagnosticConsumer.cpp402 unsigned Max = 1; local
165 StandardDirective(SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, StringRef Text, unsigned Min, unsigned Max) argument
183 RegexDirective(SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, StringRef Text, unsigned Min, unsigned Max) argument
823 create(bool RegexKind, SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, StringRef Text, unsigned Min, unsigned Max) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp497 llvm::APSInt Max = AdjustmentType.getMaxValue(); local
555 llvm::APSInt Max = AdjustmentType.getMaxValue(); local
[all...]
/freebsd-10.3-release/usr.bin/ministat/
H A Dministat.c178 Max(struct dataset *ds) function
/freebsd-10.3-release/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolution.h262 const SCEV *Max; member in struct:llvm::ScalarEvolution::ExitLimit
310 const SCEV *Max; member in class:llvm::ScalarEvolution::BackedgeTakenInfo
/freebsd-10.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp94 APInt Max = APInt::getSignedMaxValue(W).sext(W * 2); local
H A DInstCombineCompares.cpp177 ComputeSignedMinMaxValuesFromKnownBits(const APInt& KnownZero, const APInt& KnownOne, APInt& Min, APInt& Max) argument
201 ComputeUnsignedMinMaxValuesFromKnownBits(const APInt &KnownZero, const APInt &KnownOne, APInt &Min, APInt &Max) argument
[all...]
/freebsd-10.3-release/contrib/llvm/lib/IR/
H A DConstants.cpp1176 int64_t Max = (1ll << (NumBits-1)) - 1; local
/freebsd-10.3-release/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp388 int64_t Max = scale * ((1LL << (field_width - 1)) - 1); local
/freebsd-10.3-release/contrib/llvm/include/llvm/IR/
H A DInstructions.h581 Max, enumerator in enum:llvm::AtomicRMWInst::BinOp
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp614 APSInt Max = APSInt::getMaxValue(Width, Unsigned); local
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1947 const SCEVNAryExpr *Max = 0; local
/freebsd-10.3-release/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp625 int64_t Max = Align * ((1LL << width) - 1); local
639 int64_t Max = Align * ((1LL << (width-1)) - 1); local

Completed in 201 milliseconds