Home
last modified time | relevance | path

Searched refs:IncrUse (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp313 Value::user_iterator IncrUse = Incr->user_begin(); in handleFloatingPointIV() local
314 Instruction *U1 = cast<Instruction>(*IncrUse++); in handleFloatingPointIV()
315 if (IncrUse == Incr->user_end()) return false; in handleFloatingPointIV()
316 Instruction *U2 = cast<Instruction>(*IncrUse++); in handleFloatingPointIV()
317 if (IncrUse != Incr->user_end()) return false; in handleFloatingPointIV()