Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp298 ConstantFP *IncValueVal = dyn_cast<ConstantFP>(Incr->getOperand(1)); in handleFloatingPointIV() local
300 if (IncValueVal == nullptr || Incr->getOperand(0) != PN || in handleFloatingPointIV()
301 !ConvertToSInt(IncValueVal->getValueAPF(), IncValue)) in handleFloatingPointIV()