Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp631 Instruction *UseInstr = cast<Instruction>(*IB); in rewriteLoopExitValues() local
632 unsigned Opc = UseInstr->getOpcode(); in rewriteLoopExitValues()
634 if (L->contains(UseInstr)) { in rewriteLoopExitValues()
642 for (auto PB = UseInstr->user_begin(), in rewriteLoopExitValues()
643 PE = UseInstr->user_end(); in rewriteLoopExitValues()