Searched refs:IncrUse (Results 1 – 1 of 1) sorted by relevance
233 Value::user_iterator IncrUse = Incr->user_begin(); in handleFloatingPointIV() local234 Instruction *U1 = cast<Instruction>(*IncrUse++); in handleFloatingPointIV()235 if (IncrUse == Incr->user_end()) return false; in handleFloatingPointIV()236 Instruction *U2 = cast<Instruction>(*IncrUse++); in handleFloatingPointIV()237 if (IncrUse != Incr->user_end()) return false; in handleFloatingPointIV()