Searched refs:getMax (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DFixedPoint.cpp114 APFixedPoint APFixedPoint::getMax(const FixedPointSemantics &Sema) { function in class:clang::APFixedPoint
238 llvm::APSInt Max = APFixedPoint::getMax(CommonFXSema).getValue()
293 llvm::APSInt Max = APFixedPoint::getMax(CommonFXSema).getValue()
352 return Val.isMinSignedValue() ? getMax(Sema) : APFixedPoint(-Val, Sema);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DFixedPoint.h191 static APFixedPoint getMax(const FixedPointSemantics &Sema);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1302 const SCEV *getMax() const { return MaxAndComplete.getPointer(); } function in class:llvm::ScalarEvolution::BackedgeTakenInfo
1319 return !ExitNotTaken.empty() || !isa<SCEVCouldNotCompute>(getMax());
1353 const SCEV *getMax(ScalarEvolution *SE) const;
1356 const SCEV *getMax(BasicBlock *ExitingBlock, ScalarEvolution *SE) const;
1359 /// value returned by getMax or zero.
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java344 } else if (bucket.getMax() == Long.MAX_VALUE) {
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h417 double getMax() const { return maxVal; } function in class:statistic
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp6449 return getBackedgeTakenInfo(L).getMax(ExitingBlock, this);
6466 return getBackedgeTakenInfo(L).getMax(this);
6526 isLoopInvariant(Result.getMax(this), L) &&
6530 else if (Result.getMax(this) == getCouldNotCompute() &&
6782 ScalarEvolution::BackedgeTakenInfo::getMax(BasicBlock *ExitingBlock,
6791 /// getMax - Get the max backedge taken count for the loop.
6793 ScalarEvolution::BackedgeTakenInfo::getMax(ScalarEvolution *SE) const {
6798 if (any_of(ExitNotTaken, PredicateNotAlwaysTrue) || !getMax())
6801 assert((isa<SCEVCouldNotCompute>(getMax()) || isa<SCEVConstant>(getMax()))
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp8964 Max = FlatWGS->getMax()
8993 unsigned Max = Attr->getMax() ? Attr->getMax()
H A DCGExprScalar.cpp1515 APFixedPoint::getMax(DstFPSema).getValue().extOrTrunc(ResultWidth));
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp446 Result = S.SubstExpr(Attr.getMax(), TemplateArgs);
490 if (auto Max = Attr.getMax()) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11153 return APFixedPoint::getMax(getFixedPointSemantics(Ty));

Completed in 315 milliseconds