Searched refs:getMax (Results 1 – 10 of 10) sorted by relevance
115 APFixedPoint APFixedPoint::getMax(const FixedPointSemantics &Sema) { in getMax() function in llvm::APFixedPoint138 APSInt MaxInt = APFixedPoint::getMax(*this).getValue(); in fitsInFloatSemantics()262 APSInt Max = APFixedPoint::getMax(CommonFXSema).getValue() in mul()317 APSInt Max = APFixedPoint::getMax(CommonFXSema).getValue() in div()354 APSInt Max = APFixedPoint::getMax(Sema).getValue().extOrTrunc(Wide); in shl()410 return Val.isMinSignedValue() ? getMax(Sema) : APFixedPoint(-Val, Sema); in negate()557 APFloat FloatMax = getMax(DstFXSema).convertToFloat(*OpSema); in getFromFloatValue()562 Res = getMax(DstFXSema).getValue(); in getFromFloatValue()
199 static APFixedPoint getMax(const FixedPointSemantics &Sema);
71 static InstructionCost getMax() { return getMaxValue(); } in getMax() function
88 APFixedPoint::getMax(DstSema).getValue().extOrTrunc(ResultWidth)); in Convert()
421 double getMax() const { return maxVal; } in getMax() function
344 } else if (bucket.getMax() == Long.MAX_VALUE) { in printDistribution()
499 Result = S.SubstExpr(Attr.getMax(), TemplateArgs); in instantiateDependentAMDGPUFlatWorkGroupSizeAttr()543 if (auto Max = Attr.getMax()) { in instantiateDependentAMDGPUWavesPerEUAttr()
9175 Max = FlatWGS->getMax() in setTargetAttributes()9204 unsigned Max = Attr->getMax() ? Attr->getMax() in setTargetAttributes()
11581 return llvm::APFixedPoint::getMax(getFixedPointSemantics(Ty)); in getFixedPointMax()
6021 ChosenFactor.Cost = InstructionCost::getMax(); in selectVectorizationFactor()