Searched defs:convertToInt (Results 1 – 2 of 2) sorted by relevance
248 struct convertToInt struct250 static int invoke(const T& /*value*/) in invoke()259 struct convertToInt<T,true> struct261 static int invoke(const T& value) { return static_cast<int>(value); } in invoke()
415 APSInt APFixedPoint::convertToInt(unsigned DstWidth, bool DstSign, in convertToInt() function in llvm::APFixedPoint