Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFixedPoint.cpp115 APFixedPoint APFixedPoint::getMax(const FixedPointSemantics &Sema) { in getMax() function in llvm::APFixedPoint
138 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFixedPoint.h199 static APFixedPoint getMax(const FixedPointSemantics &Sema);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFixedPointBuilder.h88 APFixedPoint::getMax(DstSema).getValue().extOrTrunc(ResultWidth)); in Convert()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp497 Result = S.SubstExpr(Attr.getMax(), TemplateArgs); in instantiateDependentAMDGPUFlatWorkGroupSizeAttr()
541 if (auto Max = Attr.getMax()) { in instantiateDependentAMDGPUWavesPerEUAttr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp9129 Max = FlatWGS->getMax() in setTargetAttributes()
9158 unsigned Max = Attr->getMax() ? Attr->getMax() in setTargetAttributes()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp11507 return llvm::APFixedPoint::getMax(getFixedPointSemantics(Ty)); in getFixedPointMax()