Lines Matching defs:OpInst
1108 auto *OpInst = dyn_cast<Instruction>(Op);
1109 if (!OpInst || !NonAffineSubRegion->contains(OpInst))
1854 Instruction *OpInst = dyn_cast<Instruction>(Op.get());
1855 if (!OpInst)
1858 // Check if OpInst is in the BB and is a modeled instruction.
1859 auto OpVal = UnionFind.findValue(OpInst);
1863 UnionFind.unionSets(Inst, OpInst);
2678 auto *OpInst = dyn_cast<Instruction>(Op);
2679 if (!OpInst)
2682 POLLY_DEBUG(dbgs().indent(4) << "Op Inst: " << *OpInst << "\n");
2683 const StateTy::iterator &OpInFlowSetIt = State.find(OpInst);