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

/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp570 Instruction *UseInstr = cast<Instruction>(*IB); local
571 unsigned Opc = UseInstr->getOpcode();
573 if (L->contains(UseInstr)) {
581 for (auto PB = UseInstr->user_begin(),
582 PE = UseInstr->user_end();

Completed in 71 milliseconds