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

/external/llvm/lib/Transforms/Utils/
H A DLocal.cpp335 Value *OpV = I->getOperand(i); local
338 if (!OpV->use_empty()) continue;
343 if (Instruction *OpI = dyn_cast<Instruction>(OpV))
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp5412 const SCEV *OpV = getSCEVAtScope(OrigV, L);
5413 MadeImprovement |= OrigV != OpV;
5415 Constant *C = BuildConstantFromSCEV(OpV);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1161 SDValue OpV = RV; local
1162 DAG.ReplaceAllUsesWith(N, &OpV);

Completed in 275 milliseconds