Home | History | Annotate | Download | only in Utils

Lines Matching defs:OpV

457       Value *OpV = OpU.get();
460 if (!OpV->use_empty())
466 if (Instruction *OpI = dyn_cast<Instruction>(OpV))
529 Value *OpV = I->getOperand(i);
532 if (!OpV->use_empty() || I == OpV)
538 if (Instruction *OpI = dyn_cast<Instruction>(OpV))