Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp225 ConstantFP *IncValueVal = dyn_cast<ConstantFP>(Incr->getOperand(1)); in handleFloatingPointIV() local
227 if (IncValueVal == nullptr || Incr->getOperand(0) != PN || in handleFloatingPointIV()
228 !ConvertToSInt(IncValueVal->getValueAPF(), IncValue)) in handleFloatingPointIV()