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

  /external/llvm/lib/Transforms/Scalar/
DCE.cpp 103 Value *OpV = I->getOperand(i);
106 if (!OpV->use_empty() || I == OpV)
112 if (Instruction *OpI = dyn_cast<Instruction>(OpV))
  /external/llvm/lib/Transforms/Utils/
Local.cpp 361 Value *OpV = I->getOperand(i);
364 if (!OpV->use_empty()) continue;
369 if (Instruction *OpI = dyn_cast<Instruction>(OpV))
432 Value *OpV = I->getOperand(i);
435 if (!OpV->use_empty() || I == OpV)
441 if (Instruction *OpI = dyn_cast<Instruction>(OpV))
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 190 milliseconds