Home | History | Annotate | Download | only in Utils

Lines Matching refs:OpV

334       Value *OpV = I->getOperand(i);
337 if (!OpV->use_empty()) continue;
342 if (Instruction *OpI = dyn_cast<Instruction>(OpV))