Searched refs:getFixedPointMax (Results 1 – 4 of 4) sorted by relevance
2440 llvm::APFixedPoint getFixedPointMax(QualType Ty) const;
14832 llvm::APFixedPoint ASTContext::getFixedPointMax(QualType Ty) const { in getFixedPointMax() function in ASTContext
12324 llvm::APFixedPoint MaxVal = Context.getFixedPointMax(T); in CheckImplicitConversion()
3855 auto MaxVal = Context.getFixedPointMax(Ty).getValue(); in ActOnNumericConstant()