Searched refs:OpV (Results 1 – 10 of 10) sorted by relevance
101 Value *OpV = I->getOperand(i); in DCEInstruction() local104 if (!OpV->use_empty() || I == OpV) in DCEInstruction()110 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in DCEInstruction()
136 for (Value *OpV : I.operand_values()) { in collectHomogenousInstGraphLoopInvariants()138 if (isa<Constant>(OpV)) in collectHomogenousInstGraphLoopInvariants()142 if (L.isLoopInvariant(OpV)) { in collectHomogenousInstGraphLoopInvariants()143 Invariants.push_back(OpV); in collectHomogenousInstGraphLoopInvariants()148 Instruction *OpI = dyn_cast<Instruction>(OpV); in collectHomogenousInstGraphLoopInvariants()
568 Value *OpV = OpU.get(); in RecursivelyDeleteTriviallyDeadInstructions() local571 if (!OpV->use_empty()) in RecursivelyDeleteTriviallyDeadInstructions()577 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in RecursivelyDeleteTriviallyDeadInstructions()653 Value *OpV = I->getOperand(i); in simplifyAndDCEInstruction() local656 if (!OpV->use_empty() || I == OpV) in simplifyAndDCEInstruction()662 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in simplifyAndDCEInstruction()
2642 auto *OpV = User->getOperand(OpIdx); in fixupLCSSAFormFor() local2643 auto *OpI = dyn_cast<Instruction>(OpV); in fixupLCSSAFormFor()2645 return OpV; in fixupLCSSAFormFor()2650 return OpV; in fixupLCSSAFormFor()
316 MachineOperand &OpV = MI.getOperand(OpIdx); in splitBlock() local332 MI.addOperand(MF, OpV); in splitBlock()
292 MachineOperand &OpV = MI.getOperand(OpIdx); in splitEdge() local305 MI.addOperand(MF, OpV); in splitEdge()
619 OpRef(SDValue V) : OpV(V) {} in OpRef()620 bool isValue() const { return OpV.getNode() != nullptr; } in isValue()636 SDValue OpV = SDValue(); member712 OpV.getNode()->print(OS, &G); in print()1061 Ops.push_back(R.OpV); in materialize()
858 for (const SDValue &OpV : M->op_values()) {859 SDNode *Op = OpV.getNode();
8311 Value *OpV = CastI->getOperand(0); in calculateCastInst() local8316 A.getAssumedSimplified(IRPosition::value(*OpV, getCallBaseContext()), in calculateCastInst()8322 OpV = *SimplifiedOpV; in calculateCastInst()8324 if (!OpV->getType()->isIntegerTy()) in calculateCastInst()8328 *this, IRPosition::value(*OpV, getCallBaseContext()), in calculateCastInst()
8927 const SCEV *OpV = getSCEVAtScope(OrigV, L); in computeSCEVAtScope() local8928 MadeImprovement |= OrigV != OpV; in computeSCEVAtScope()8930 Constant *C = BuildConstantFromSCEV(OpV); in computeSCEVAtScope()