Home
last modified time | relevance | path

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

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