Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp262 ConstantFP *ExitValueVal = dyn_cast<ConstantFP>(Compare->getOperand(1)); in handleFloatingPointIV() local
264 if (ExitValueVal == nullptr || in handleFloatingPointIV()
265 !ConvertToSInt(ExitValueVal->getValueAPF(), ExitValue)) in handleFloatingPointIV()