Home | History | Annotate | Download | only in Scalar

Lines Matching refs:IVOperand

1440 /// original IVOperand. The head of the chain's IVOperand is only valid during
1442 /// IncExpr can be used to find the new IVOperand that computes the same
1446 Value* IVOperand;
1450 UserInst(U), IVOperand(O), IncExpr(E) {}
2376 const SCEV *HeadExpr = SE.getSCEV(getWideOperand(Incs[0].IVOperand));
2494 Value *PrevIV = getWideOperand(Chain.Incs.back().IVOperand);
2550 // All other uses of IVOperand become near uses of the chain.
2686 std::find(I->UserInst->op_begin(), I->UserInst->op_end(), I->IVOperand);
2715 // Find the new IVOperand for the head of the chain. It may have been replaced
2775 if (!canFoldIVIncExpr(LeftOverExpr, IncI->UserInst, IncI->IVOperand,
2782 Type *OperTy = IncI->IVOperand->getType();
2789 IncI->UserInst->replaceUsesOfWith(IncI->IVOperand, IVOper);
2790 DeadInsts.push_back(IncI->IVOperand);