Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp269 ConstantFP *ExitValueVal = dyn_cast<ConstantFP>(Compare->getOperand(1)); in handleFloatingPointIV() local
271 if (ExitValueVal == nullptr || in handleFloatingPointIV()
272 !ConvertToSInt(ExitValueVal->getValueAPF(), ExitValue)) in handleFloatingPointIV()