Lines Matching refs:OperandValToReplace
1114 Value *OperandValToReplace = nullptr; member
1507 if (PN->getIncomingValue(i) == OperandValToReplace && in isUseFullyOutsideLoop()
1529 OperandValToReplace->printAsOperand(OS, /*PrintType=*/false); in print()
3379 LF.OperandValToReplace = U.getOperandValToReplace(); in CollectFixupsAndInitialFormulae()
3386 SE.getTypeSizeInBits(LF.OperandValToReplace->getType())) in CollectFixupsAndInitialFormulae()
3387 LU.WidestFixupType = LF.OperandValToReplace->getType(); in CollectFixupsAndInitialFormulae()
3557 LF.OperandValToReplace = U; in CollectLoopInvariantFixupsAndFormulae()
3562 SE.getTypeSizeInBits(LF.OperandValToReplace->getType())) in CollectLoopInvariantFixupsAndFormulae()
3563 LU.WidestFixupType = LF.OperandValToReplace->getType(); in CollectLoopInvariantFixupsAndFormulae()
5228 if (Instruction *I = dyn_cast<Instruction>(LF.OperandValToReplace)) in AdjustInsertPositionForExpand()
5288 return LF.OperandValToReplace; in Expand()
5300 Type *OpTy = LF.OperandValToReplace->getType(); in Expand()
5467 if (PN->getIncomingValue(i) == LF.OperandValToReplace) { in RewriteForPHI()
5523 Type *OpTy = LF.OperandValToReplace->getType(); in RewriteForPHI()
5528 FullV, LF.OperandValToReplace->getType(), in RewriteForPHI()
5550 if (val == Fixup.OperandValToReplace) { in RewriteForPHI()
5567 if (val == Fixup.OperandValToReplace) in RewriteForPHI()
5589 Type *OpTy = LF.OperandValToReplace->getType(); in Rewrite()
5605 LF.UserInst->replaceUsesOfWith(LF.OperandValToReplace, FullV); in Rewrite()
5608 if (auto *OperandIsInstr = dyn_cast<Instruction>(LF.OperandValToReplace)) in Rewrite()