Lines Matching refs:OperandValToReplace
1263 Value *OperandValToReplace = nullptr; member
1661 if (PN->getIncomingValue(i) == OperandValToReplace && in isUseFullyOutsideLoop()
1683 OperandValToReplace->printAsOperand(OS, /*PrintType=*/false); in print()
3623 LF.OperandValToReplace = U.getOperandValToReplace(); in CollectFixupsAndInitialFormulae()
3638 SE.getTypeSizeInBits(LF.OperandValToReplace->getType())) in CollectFixupsAndInitialFormulae()
3639 LU.WidestFixupType = LF.OperandValToReplace->getType(); in CollectFixupsAndInitialFormulae()
3814 LF.OperandValToReplace = U; in CollectLoopInvariantFixupsAndFormulae()
3819 SE.getTypeSizeInBits(LF.OperandValToReplace->getType())) in CollectLoopInvariantFixupsAndFormulae()
3820 LU.WidestFixupType = LF.OperandValToReplace->getType(); in CollectLoopInvariantFixupsAndFormulae()
5628 if (Instruction *I = dyn_cast<Instruction>(LF.OperandValToReplace)) in AdjustInsertPositionForExpand()
5688 return LF.OperandValToReplace; in Expand()
5700 Type *OpTy = LF.OperandValToReplace->getType(); in Expand()
5880 if (PN->getIncomingValue(i) == LF.OperandValToReplace) { in RewriteForPHI()
5937 Type *OpTy = LF.OperandValToReplace->getType(); in RewriteForPHI()
5941 LF.OperandValToReplace->getType(), "tmp", in RewriteForPHI()
5970 if (val == Fixup.OperandValToReplace) { in RewriteForPHI()
5987 if (val == Fixup.OperandValToReplace) in RewriteForPHI()
6011 Type *OpTy = LF.OperandValToReplace->getType(); in Rewrite()
6027 LF.UserInst->replaceUsesOfWith(LF.OperandValToReplace, FullV); in Rewrite()
6030 if (auto *OperandIsInstr = dyn_cast<Instruction>(LF.OperandValToReplace)) in Rewrite()
6050 if (!Fixup.OperandValToReplace || in canHoistIVInc()
6051 any_of(Fixup.OperandValToReplace->users(), [&LHeader](User *U) { in canHoistIVInc()