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

  /external/llvm/lib/Transforms/Scalar/
DCE.cpp 82 Value *OpV = I->getOperand(i);
85 if (!OpV->use_empty() || I == OpV)
91 if (Instruction *OpI = dyn_cast<Instruction>(OpV))
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
Local.cpp 281 Value *OpV = I->getOperand(i);
284 if (!OpV->use_empty()) continue;
289 if (Instruction *OpI = dyn_cast<Instruction>(OpV))
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 366 Value *OpV = I->getOperand(i);
369 if (!OpV->use_empty()) continue;
374 if (Instruction *OpI = dyn_cast<Instruction>(OpV))
437 Value *OpV = I->getOperand(i);
440 if (!OpV->use_empty() || I == OpV)
446 if (Instruction *OpI = dyn_cast<Instruction>(OpV))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 380 milliseconds