Lines Matching defs:OpInst
439 Instruction *OpInst = dyn_cast<Instruction>(Op);
444 if (!OpInst && !BEOpInst) {
451 if ((OpInst && !BEOpInst) || (!OpInst && BEOpInst))
454 DepChain *D = getDepChainBtwn(OpInst, BEOpInst, Iters);
458 DepChains[OpInst] = D;
473 Instruction *OpInst = dyn_cast<Instruction>(Op);
474 if (!OpInst) {
484 DepChain *D = getDepChainBtwn(OpInst, BEOpInst, Iters);
487 DepChains[OpInst] = D;