Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Frontend/
DVerifyDiagnosticConsumer.h154 unsigned Min, Max; variable
167 StringRef Text, unsigned Min, unsigned Max) in Directive()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp166 StringRef Text, unsigned Min, unsigned Max) in StandardDirective()
184 StringRef Text, unsigned Min, unsigned Max) in RegexDirective()
402 unsigned Max = 1; in ParseDirective() local
825 unsigned Min, unsigned Max) { in create()
DInitPreprocessor.cpp133 const char *DenormMin, *Epsilon, *Max, *Min; in DefineFloatMacros() local
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DRangeConstraintManager.cpp497 llvm::APSInt Max = AdjustmentType.getMaxValue(); in assumeSymGT() local
530 llvm::APSInt Max = AdjustmentType.getMaxValue(); in assumeSymGE() local
555 llvm::APSInt Max = AdjustmentType.getMaxValue(); in assumeSymLE() local
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DCriticalAntiDepBreaker.cpp422 const SUnit *Max = 0; in BreakAntiDependencies() local
/freebsd-9-stable/usr.bin/ministat/
Dministat.c178 Max(struct dataset *ds) in Max() function
/freebsd-9-stable/contrib/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp179 APInt& Min, APInt& Max) { in ComputeSignedMinMaxValuesFromKnownBits()
203 APInt &Min, APInt &Max) { in ComputeUnsignedMinMaxValuesFromKnownBits()
DInstCombineMulDivRem.cpp94 APInt Max = APInt::getSignedMaxValue(W).sext(W * 2); in MultiplyOverflows() local
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGExprScalar.cpp583 llvm::Value *Max = llvm::ConstantInt::get(VMContext, LargestInt); in EmitFloatConversionCheck() local
614 APSInt Max = APSInt::getMaxValue(Width, Unsigned); in EmitFloatConversionCheck() local
/freebsd-9-stable/contrib/llvm/lib/IR/
DConstants.cpp1165 uint64_t Max = (1ll << NumBits) - 1; in isValueValidForType() local
1176 int64_t Max = (1ll << (NumBits-1)) - 1; in isValueValidForType() local
/freebsd-9-stable/contrib/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp388 int64_t Max = scale * ((1LL << (field_width - 1)) - 1); in isLabel() local
/freebsd-9-stable/contrib/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp625 int64_t Max = Align * ((1LL << width) - 1); in isUnsignedOffset() local
639 int64_t Max = Align * ((1LL << (width-1)) - 1); in isSignedOffset() local
/freebsd-9-stable/contrib/llvm/lib/Analysis/
DScalarEvolution.cpp3422 APInt Max = APIntOps::umax(StartRange.getUnsignedMax(), in getUnsignedRange() local
3573 APInt Max = APIntOps::smax(StartRange.getSignedMax(), in getSignedRange() local
/freebsd-9-stable/contrib/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1947 const SCEVNAryExpr *Max = 0; in OptimizeMax() local