Searched refs:ConvertToSInt (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp220 /// ConvertToSInt - Convert APF to an integer, if possible.
221 static bool ConvertToSInt(const APFloat &APF, int64_t &IntVal) { function
252 if (!InitValueVal || !ConvertToSInt(InitValueVal->getValueAPF(), InitValue))
266 !ConvertToSInt(IncValueVal->getValueAPF(), IncValue))
304 !ConvertToSInt(ExitValueVal->getValueAPF(), ExitValue))

Completed in 193 milliseconds