Searched refs:OpV (Results 1 – 6 of 6) sorted by relevance
103 Value *OpV = I->getOperand(i); in DCEInstruction() local106 if (!OpV->use_empty() || I == OpV) in DCEInstruction()112 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in DCEInstruction()
361 Value *OpV = I->getOperand(i); in RecursivelyDeleteTriviallyDeadInstructions() local364 if (!OpV->use_empty()) continue; in RecursivelyDeleteTriviallyDeadInstructions()369 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in RecursivelyDeleteTriviallyDeadInstructions()432 Value *OpV = I->getOperand(i); in simplifyAndDCEInstruction() local435 if (!OpV->use_empty() || I == OpV) in simplifyAndDCEInstruction()441 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in simplifyAndDCEInstruction()
6278 const SCEV *OpV = getSCEVAtScope(OrigV, L); in computeSCEVAtScope() local6279 MadeImprovement |= OrigV != OpV; in computeSCEVAtScope()6281 Constant *C = BuildConstantFromSCEV(OpV); in computeSCEVAtScope()
8793 static SDValue tryMatchAcrossLaneShuffleForReduction(SDNode *N, SDValue OpV, in tryMatchAcrossLaneShuffleForReduction() argument8796 EVT VTy = OpV->getOperand(0).getValueType(); in tryMatchAcrossLaneShuffleForReduction()8810 SDValue PreOp = OpV; in tryMatchAcrossLaneShuffleForReduction()
6912 for (const SDValue &OpV : M->op_values()) { in hasPredecessorHelper() local6913 SDNode *Op = OpV.getNode(); in hasPredecessorHelper()
1336 SDValue OpV = RV; in Run() local1337 DAG.ReplaceAllUsesWith(N, &OpV); in Run()