Searched refs:IncrUse (Results 1 – 1 of 1) sorted by relevance
306 Value::user_iterator IncrUse = Incr->user_begin(); in handleFloatingPointIV() local307 Instruction *U1 = cast<Instruction>(*IncrUse++); in handleFloatingPointIV()308 if (IncrUse == Incr->user_end()) return; in handleFloatingPointIV()309 Instruction *U2 = cast<Instruction>(*IncrUse++); in handleFloatingPointIV()310 if (IncrUse != Incr->user_end()) return; in handleFloatingPointIV()