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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp288 static bool ConvertToSInt(const APFloat &APF, int64_t &IntVal) { function
316 if (!InitValueVal || !ConvertToSInt(InitValueVal->getValueAPF(), InitValue))
329 !ConvertToSInt(IncValueVal->getValueAPF(), IncValue))
366 !ConvertToSInt(ExitValueVal->getValueAPF(), ExitValue))

Completed in 73 milliseconds