Lines Matching refs:OperandValToReplace
1127 Value *OperandValToReplace = nullptr; member
1520 if (PN->getIncomingValue(i) == OperandValToReplace && in isUseFullyOutsideLoop()
1542 OperandValToReplace->printAsOperand(OS, /*PrintType=*/false); in print()
3388 LF.OperandValToReplace = U.getOperandValToReplace(); in CollectFixupsAndInitialFormulae()
3403 SE.getTypeSizeInBits(LF.OperandValToReplace->getType())) in CollectFixupsAndInitialFormulae()
3404 LU.WidestFixupType = LF.OperandValToReplace->getType(); in CollectFixupsAndInitialFormulae()
3579 LF.OperandValToReplace = U; in CollectLoopInvariantFixupsAndFormulae()
3584 SE.getTypeSizeInBits(LF.OperandValToReplace->getType())) in CollectLoopInvariantFixupsAndFormulae()
3585 LU.WidestFixupType = LF.OperandValToReplace->getType(); in CollectLoopInvariantFixupsAndFormulae()
5331 if (Instruction *I = dyn_cast<Instruction>(LF.OperandValToReplace)) in AdjustInsertPositionForExpand()
5391 return LF.OperandValToReplace; in Expand()
5403 Type *OpTy = LF.OperandValToReplace->getType(); in Expand()
5579 if (PN->getIncomingValue(i) == LF.OperandValToReplace) { in RewriteForPHI()
5636 Type *OpTy = LF.OperandValToReplace->getType(); in RewriteForPHI()
5641 FullV, LF.OperandValToReplace->getType(), in RewriteForPHI()
5670 if (val == Fixup.OperandValToReplace) { in RewriteForPHI()
5687 if (val == Fixup.OperandValToReplace) in RewriteForPHI()
5711 Type *OpTy = LF.OperandValToReplace->getType(); in Rewrite()
5727 LF.UserInst->replaceUsesOfWith(LF.OperandValToReplace, FullV); in Rewrite()
5730 if (auto *OperandIsInstr = dyn_cast<Instruction>(LF.OperandValToReplace)) in Rewrite()
5750 if (!Fixup.OperandValToReplace || in canHoistIVInc()
5751 any_of(Fixup.OperandValToReplace->users(), [&LHeader](User *U) { in canHoistIVInc()