HomeSort by relevance Sort by last modified time
    Searched defs:OpV (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Utils/
Local.cpp 335 Value *OpV = I->getOperand(i);
338 if (!OpV->use_empty()) continue;
343 if (Instruction *OpI = dyn_cast<Instruction>(OpV))
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 173 milliseconds