Searched refs:IncrUse (Results 1 – 2 of 2) sorted by relevance
281 Value::use_iterator IncrUse = Incr->use_begin(); in HandleFloatingPointIV() local282 Instruction *U1 = cast<Instruction>(*IncrUse++); in HandleFloatingPointIV()283 if (IncrUse == Incr->use_end()) return; in HandleFloatingPointIV()284 Instruction *U2 = cast<Instruction>(*IncrUse++); in HandleFloatingPointIV()285 if (IncrUse != Incr->use_end()) return; in HandleFloatingPointIV()
272 Value::user_iterator IncrUse = Incr->user_begin(); in handleFloatingPointIV() local273 Instruction *U1 = cast<Instruction>(*IncrUse++); in handleFloatingPointIV()274 if (IncrUse == Incr->user_end()) return; in handleFloatingPointIV()275 Instruction *U2 = cast<Instruction>(*IncrUse++); in handleFloatingPointIV()276 if (IncrUse != Incr->user_end()) return; in handleFloatingPointIV()