Searched defs:OpV (Results 1 - 2 of 2) 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/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1161 SDValue OpV = RV; local
1162 DAG.ReplaceAllUsesWith(N, &OpV);

Completed in 139 milliseconds