Searched refs:getMax (Results 1 – 6 of 6) 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);
88 APFixedPoint::getMax(DstSema).getValue().extOrTrunc(ResultWidth)); in Convert()
497 Result = S.SubstExpr(Attr.getMax(), TemplateArgs); in instantiateDependentAMDGPUFlatWorkGroupSizeAttr()541 if (auto Max = Attr.getMax()) { in instantiateDependentAMDGPUWavesPerEUAttr()
9129 Max = FlatWGS->getMax() in setTargetAttributes()9158 unsigned Max = Attr->getMax() ? Attr->getMax() in setTargetAttributes()
11507 return llvm::APFixedPoint::getMax(getFixedPointSemantics(Ty)); in getFixedPointMax()