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

/external/llvm/lib/Transforms/Scalar/
H A DDCE.cpp103 Value *OpV = I->getOperand(i); local
106 if (!OpV->use_empty() || I == OpV)
112 if (Instruction *OpI = dyn_cast<Instruction>(OpV))
/external/llvm/lib/Transforms/Utils/
H A DLocal.cpp361 Value *OpV = I->getOperand(i); local
364 if (!OpV->use_empty()) continue;
369 if (Instruction *OpI = dyn_cast<Instruction>(OpV))
432 Value *OpV = I->getOperand(i); local
435 if (!OpV->use_empty() || I == OpV)
441 if (Instruction *OpI = dyn_cast<Instruction>(OpV))
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp6278 const SCEV *OpV = getSCEVAtScope(OrigV, L);
6279 MadeImprovement |= OrigV != OpV;
6281 Constant *C = BuildConstantFromSCEV(OpV);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6912 for (const SDValue &OpV : M->op_values()) {
6913 SDNode *Op = OpV.getNode();
H A DDAGCombiner.cpp1336 SDValue OpV = RV; local
1337 DAG.ReplaceAllUsesWith(N, &OpV);
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8793 static SDValue tryMatchAcrossLaneShuffleForReduction(SDNode *N, SDValue OpV, argument
8796 EVT VTy = OpV->getOperand(0).getValueType();
8810 SDValue PreOp = OpV;

Completed in 326 milliseconds