Searched refs:getMax (Results 1 – 9 of 9) sorted by relevance
128 static APFixedPoint getMax(const FixedPointSemantics &Sema);
102 APFixedPoint APFixedPoint::getMax(const FixedPointSemantics &Sema) { in getMax() function in clang::APFixedPoint
1265 const SCEV *getMax() const { return MaxAndComplete.getPointer(); }1282 return !ExitNotTaken.empty() || !isa<SCEVCouldNotCompute>(getMax());1316 const SCEV *getMax(ScalarEvolution *SE) const;
407 double getMax() const { return maxVal; } in getMax() function
344 } else if (bucket.getMax() == Long.MAX_VALUE) { in printDistribution()
6610 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::BackedgeTakenInfo6904 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()
7812 unsigned Max = FlatWGS ? FlatWGS->getMax() : 0; in setTargetAttributes()7827 unsigned Max = Attr->getMax(); in setTargetAttributes()
1480 APFixedPoint::getMax(DstFPSema).getValue().extOrTrunc(ResultWidth)); in EmitFixedPointConversion()
10498 return APFixedPoint::getMax(getFixedPointSemantics(Ty)); in getFixedPointMax()