Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp230 ConstantFP *IncValueVal = dyn_cast<ConstantFP>(Incr->getOperand(1)); in handleFloatingPointIV() local
232 if (IncValueVal == nullptr || Incr->getOperand(0) != PN || in handleFloatingPointIV()
233 !ConvertToSInt(IncValueVal->getValueAPF(), IncValue)) in handleFloatingPointIV()