Home | History | Annotate | Download | only in Utils

Lines Matching defs:OpI

1004       Instruction *OpI = dyn_cast<Instruction>(*i);
1005 if (OpI && OpI->getParent() == BIParent &&
1006 !OpI->mayHaveSideEffects() &&
1007 !OpI->isUsedInBasicBlock(BIParent))