Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp231 static bool ConvertToSInt(const APFloat &APF, int64_t &IntVal) { in ConvertToSInt() function
262 if (!InitValueVal || !ConvertToSInt(InitValueVal->getValueAPF(), InitValue)) in HandleFloatingPointIV()
276 !ConvertToSInt(IncValueVal->getValueAPF(), IncValue)) in HandleFloatingPointIV()
314 !ConvertToSInt(ExitValueVal->getValueAPF(), ExitValue)) in HandleFloatingPointIV()
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp226 static bool ConvertToSInt(const APFloat &APF, int64_t &IntVal) { in ConvertToSInt() function
254 if (!InitValueVal || !ConvertToSInt(InitValueVal->getValueAPF(), InitValue)) in handleFloatingPointIV()
267 !ConvertToSInt(IncValueVal->getValueAPF(), IncValue)) in handleFloatingPointIV()
305 !ConvertToSInt(ExitValueVal->getValueAPF(), ExitValue)) in handleFloatingPointIV()