Searched refs:OpV (Results 1 – 3 of 3) sorted by relevance
353 Value *OpV = I->getOperand(i); in RecursivelyDeleteTriviallyDeadInstructions() local356 if (!OpV->use_empty()) continue; in RecursivelyDeleteTriviallyDeadInstructions()361 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in RecursivelyDeleteTriviallyDeadInstructions()
5779 const SCEV *OpV = getSCEVAtScope(OrigV, L); in computeSCEVAtScope() local5780 MadeImprovement |= OrigV != OpV; in computeSCEVAtScope()5782 Constant *C = BuildConstantFromSCEV(OpV); in computeSCEVAtScope()
1280 SDValue OpV = RV; in Run() local1281 DAG.ReplaceAllUsesWith(N, &OpV); in Run()