Home | History | Annotate | Download | only in IR

Lines Matching defs:UseInst

103     Instruction *UseInst = cast<Instruction>(U.getUser());
104 if (PHINode *Phi = dyn_cast<PHINode>(UseInst)) {
110 SetInsertPoint(UseInst);