Home | History | Annotate | Download | only in Utils

Lines Matching refs:OpV

361       Value *OpV = I->getOperand(i);
364 if (!OpV->use_empty()) continue;
369 if (Instruction *OpI = dyn_cast<Instruction>(OpV))
432 Value *OpV = I->getOperand(i);
435 if (!OpV->use_empty() || I == OpV)
441 OpV))