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