Searched refs:convertToInt (Results 1 – 5 of 5) sorted by relevance
78 return V.convertToInt(BitWidth, Signed, Overflow); in toInt()
242 LLVM_ABI APSInt convertToInt(unsigned DstWidth, bool DstSign,
469 APSInt APFixedPoint::convertToInt(unsigned DstWidth, bool DstSign, in convertToInt() function in llvm::APFixedPoint
12342 llvm::APSInt IntResult = FXResult.convertToInt( in CheckImplicitConversion()
15211 llvm::APSInt Result = Src.convertToInt( in VisitCastExpr()