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