Home | History | Annotate | Download | only in Utils

Lines Matching defs:OpV

366       Value *OpV = I->getOperand(i);
369 if (!OpV->use_empty()) continue;
374 if (Instruction *OpI = dyn_cast<Instruction>(OpV))
437 Value *OpV = I->getOperand(i);
440 if (!OpV->use_empty() || I == OpV)
446 if (Instruction *OpI = dyn_cast<Instruction>(OpV))