Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp311 ConstantFP *ExitValueVal = dyn_cast<ConstantFP>(Compare->getOperand(1)); in HandleFloatingPointIV() local
313 if (ExitValueVal == 0 || in HandleFloatingPointIV()
314 !ConvertToSInt(ExitValueVal->getValueAPF(), ExitValue)) in HandleFloatingPointIV()
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp302 ConstantFP *ExitValueVal = dyn_cast<ConstantFP>(Compare->getOperand(1)); in handleFloatingPointIV() local
304 if (ExitValueVal == nullptr || in handleFloatingPointIV()
305 !ConvertToSInt(ExitValueVal->getValueAPF(), ExitValue)) in handleFloatingPointIV()