Searched refs:IncValueVal (Results 1 – 3 of 3) sorted by relevance
273 ConstantFP *IncValueVal = dyn_cast<ConstantFP>(Incr->getOperand(1)); in HandleFloatingPointIV() local275 if (IncValueVal == 0 || Incr->getOperand(0) != PN || in HandleFloatingPointIV()276 !ConvertToSInt(IncValueVal->getValueAPF(), IncValue)) in HandleFloatingPointIV()
264 ConstantFP *IncValueVal = dyn_cast<ConstantFP>(Incr->getOperand(1)); in handleFloatingPointIV() local266 if (IncValueVal == nullptr || Incr->getOperand(0) != PN || in handleFloatingPointIV()267 !ConvertToSInt(IncValueVal->getValueAPF(), IncValue)) in handleFloatingPointIV()
305 ConstantFP *IncValueVal = dyn_cast<ConstantFP>(Incr->getOperand(1)); in handleFloatingPointIV() local307 if (IncValueVal == nullptr || Incr->getOperand(0) != PN || in handleFloatingPointIV()308 !ConvertToSInt(IncValueVal->getValueAPF(), IncValue)) in handleFloatingPointIV()