Searched refs:IncrUse (Results 1 – 1 of 1) sorted by relevance
240 Value::user_iterator IncrUse = Incr->user_begin(); in handleFloatingPointIV() local241 Instruction *U1 = cast<Instruction>(*IncrUse++); in handleFloatingPointIV()242 if (IncrUse == Incr->user_end()) return false; in handleFloatingPointIV()243 Instruction *U2 = cast<Instruction>(*IncrUse++); in handleFloatingPointIV()244 if (IncrUse != Incr->user_end()) return false; in handleFloatingPointIV()