Searched refs:OpV (Results 1 – 9 of 9) sorted by relevance
82 Value *OpV = I->getOperand(i); in DCEInstruction() local85 if (!OpV->use_empty() || I == OpV) in DCEInstruction()91 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in DCEInstruction()
366 Value *OpV = I->getOperand(i); in RecursivelyDeleteTriviallyDeadInstructions() local369 if (!OpV->use_empty()) continue; in RecursivelyDeleteTriviallyDeadInstructions()374 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in RecursivelyDeleteTriviallyDeadInstructions()437 Value *OpV = I->getOperand(i); in simplifyAndDCEInstruction() local440 if (!OpV->use_empty() || I == OpV) in simplifyAndDCEInstruction()446 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in simplifyAndDCEInstruction()
281 Value *OpV = I->getOperand(i); in RecursivelyDeleteTriviallyDeadInstructions() local284 if (!OpV->use_empty()) continue; in RecursivelyDeleteTriviallyDeadInstructions()289 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in RecursivelyDeleteTriviallyDeadInstructions()
646 for (const SDValue &OpV : M->op_values()) {647 SDNode *Op = OpV.getNode();
4973 const SCEV *OpV = getSCEVAtScope(OrigV, L); in computeSCEVAtScope() local4974 MadeImprovement |= OrigV != OpV; in computeSCEVAtScope()4977 if (const SCEVConstant *SC = dyn_cast<SCEVConstant>(OpV)) in computeSCEVAtScope()4979 if (const SCEVUnknown *SU = dyn_cast<SCEVUnknown>(OpV)) in computeSCEVAtScope()
6773 const SCEV *OpV = getSCEVAtScope(OrigV, L); in computeSCEVAtScope() local6774 MadeImprovement |= OrigV != OpV; in computeSCEVAtScope()6776 Constant *C = BuildConstantFromSCEV(OpV); in computeSCEVAtScope()
8944 static SDValue tryMatchAcrossLaneShuffleForReduction(SDNode *N, SDValue OpV, in tryMatchAcrossLaneShuffleForReduction() argument8947 EVT VTy = OpV->getOperand(0).getValueType(); in tryMatchAcrossLaneShuffleForReduction()8961 SDValue PreOp = OpV; in tryMatchAcrossLaneShuffleForReduction()
1014 SDValue OpV = RV; in Run() local1015 DAG.ReplaceAllUsesWith(N, &OpV, &DeadNodes); in Run()
1329 SDValue OpV = RV; in Run() local1330 DAG.ReplaceAllUsesWith(N, &OpV); in Run()