Home
last modified time | relevance | path

Searched refs:OpV (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DLocal.cpp353 Value *OpV = I->getOperand(i); in RecursivelyDeleteTriviallyDeadInstructions() local
356 if (!OpV->use_empty()) continue; in RecursivelyDeleteTriviallyDeadInstructions()
361 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in RecursivelyDeleteTriviallyDeadInstructions()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp5779 const SCEV *OpV = getSCEVAtScope(OrigV, L); in computeSCEVAtScope() local
5780 MadeImprovement |= OrigV != OpV; in computeSCEVAtScope()
5782 Constant *C = BuildConstantFromSCEV(OpV); in computeSCEVAtScope()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1280 SDValue OpV = RV; in Run() local
1281 DAG.ReplaceAllUsesWith(N, &OpV); in Run()