Searched refs:ConvertToSInt (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 231 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/ |
D | IndVarSimplify.cpp | 226 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 267 static bool ConvertToSInt(const APFloat &APF, int64_t &IntVal) { in ConvertToSInt() function 295 if (!InitValueVal || !ConvertToSInt(InitValueVal->getValueAPF(), InitValue)) in handleFloatingPointIV() 308 !ConvertToSInt(IncValueVal->getValueAPF(), IncValue)) in handleFloatingPointIV() 345 !ConvertToSInt(ExitValueVal->getValueAPF(), ExitValue)) in handleFloatingPointIV()
|