Lines Matching refs:OperandValToReplace
1111 Value *OperandValToReplace = nullptr; member
1502 if (PN->getIncomingValue(i) == OperandValToReplace && in isUseFullyOutsideLoop()
1524 OperandValToReplace->printAsOperand(OS, /*PrintType=*/false); in print()
3363 LF.OperandValToReplace = U.getOperandValToReplace(); in CollectFixupsAndInitialFormulae()
3370 SE.getTypeSizeInBits(LF.OperandValToReplace->getType())) in CollectFixupsAndInitialFormulae()
3371 LU.WidestFixupType = LF.OperandValToReplace->getType(); in CollectFixupsAndInitialFormulae()
3516 LF.OperandValToReplace = U; in CollectLoopInvariantFixupsAndFormulae()
3521 SE.getTypeSizeInBits(LF.OperandValToReplace->getType())) in CollectLoopInvariantFixupsAndFormulae()
3522 LU.WidestFixupType = LF.OperandValToReplace->getType(); in CollectLoopInvariantFixupsAndFormulae()
5178 if (Instruction *I = dyn_cast<Instruction>(LF.OperandValToReplace)) in AdjustInsertPositionForExpand()
5239 return LF.OperandValToReplace; in Expand()
5251 Type *OpTy = LF.OperandValToReplace->getType(); in Expand()
5418 if (PN->getIncomingValue(i) == LF.OperandValToReplace) { in RewriteForPHI()
5474 Type *OpTy = LF.OperandValToReplace->getType(); in RewriteForPHI()
5479 FullV, LF.OperandValToReplace->getType(), in RewriteForPHI()
5501 if (val == Fixup.OperandValToReplace) { in RewriteForPHI()
5518 if (val == Fixup.OperandValToReplace) in RewriteForPHI()
5541 Type *OpTy = LF.OperandValToReplace->getType(); in Rewrite()
5557 LF.UserInst->replaceUsesOfWith(LF.OperandValToReplace, FullV); in Rewrite()
5560 if (auto *OperandIsInstr = dyn_cast<Instruction>(LF.OperandValToReplace)) in Rewrite()