Home
last modified time | relevance | path

Searched refs:getMax (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DFixedPoint.h128 static APFixedPoint getMax(const FixedPointSemantics &Sema);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DFixedPoint.cpp102 APFixedPoint APFixedPoint::getMax(const FixedPointSemantics &Sema) { in getMax() function in clang::APFixedPoint
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1265 const SCEV *getMax() const { return MaxAndComplete.getPointer(); }
1282 return !ExitNotTaken.empty() || !isa<SCEVCouldNotCompute>(getMax());
1316 const SCEV *getMax(ScalarEvolution *SE) const;
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_stats.h407 double getMax() const { return maxVal; } in getMax() function
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java344 } else if (bucket.getMax() == Long.MAX_VALUE) { in printDistribution()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp6610 return getBackedgeTakenInfo(L).getMax(this); in getMaxBackedgeTakenCount()
6668 isLoopInvariant(Result.getMax(this), L) && in getBackedgeTakenInfo()
6672 else if (Result.getMax(this) == getCouldNotCompute() && in getBackedgeTakenInfo()
6899 ScalarEvolution::BackedgeTakenInfo::getMax(ScalarEvolution *SE) const { in getMax() function in ScalarEvolution::BackedgeTakenInfo
6904 if (any_of(ExitNotTaken, PredicateNotAlwaysTrue) || !getMax()) in getMax()
6907 assert((isa<SCEVCouldNotCompute>(getMax()) || isa<SCEVConstant>(getMax())) && in getMax()
6909 return getMax(); in getMax()
6921 if (getMax() && getMax() != SE->getCouldNotCompute() && in hasOperand()
6922 SE->hasOperand(getMax(), S)) in hasOperand()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp7812 unsigned Max = FlatWGS ? FlatWGS->getMax() : 0; in setTargetAttributes()
7827 unsigned Max = Attr->getMax(); in setTargetAttributes()
H A DCGExprScalar.cpp1480 APFixedPoint::getMax(DstFPSema).getValue().extOrTrunc(ResultWidth)); in EmitFixedPointConversion()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp10498 return APFixedPoint::getMax(getFixedPointSemantics(Ty)); in getFixedPointMax()