Home | History | Annotate | Download | only in Utils

Lines Matching defs:OpV

281       Value *OpV = I->getOperand(i);
284 if (!OpV->use_empty()) continue;
289 if (Instruction *OpI = dyn_cast<Instruction>(OpV))