Lines Matching refs:OperandValToReplace
1079 Value *OperandValToReplace; member
1106 : UserInst(nullptr), OperandValToReplace(nullptr), LUIdx(~size_t(0)), in LSRFixup()
1114 if (PN->getIncomingValue(i) == OperandValToReplace && in isUseFullyOutsideLoop()
1135 OperandValToReplace->printAsOperand(OS, /*PrintType=*/false); in print()
2944 LF.OperandValToReplace = U.getOperandValToReplace(); in CollectFixupsAndInitialFormulae()
2949 if (isAddressUse(LF.UserInst, LF.OperandValToReplace)) { in CollectFixupsAndInitialFormulae()
2967 if (NV == LF.OperandValToReplace) { in CollectFixupsAndInitialFormulae()
3001 SE.getTypeSizeInBits(LF.OperandValToReplace->getType())) in CollectFixupsAndInitialFormulae()
3002 LU.WidestFixupType = LF.OperandValToReplace->getType(); in CollectFixupsAndInitialFormulae()
3135 LF.OperandValToReplace = U; in CollectLoopInvariantFixupsAndFormulae()
3144 SE.getTypeSizeInBits(LF.OperandValToReplace->getType())) in CollectLoopInvariantFixupsAndFormulae()
3145 LU.WidestFixupType = LF.OperandValToReplace->getType(); in CollectLoopInvariantFixupsAndFormulae()
4377 if (Instruction *I = dyn_cast<Instruction>(LF.OperandValToReplace)) in AdjustInsertPositionForExpand()
4440 return LF.OperandValToReplace; in Expand()
4451 Type *OpTy = LF.OperandValToReplace->getType(); in Expand()
4473 LF.UserInst, LF.OperandValToReplace, in Expand()
4487 LF.UserInst, LF.OperandValToReplace, in Expand()
4625 if (PN->getIncomingValue(i) == LF.OperandValToReplace) { in RewriteForPHI()
4676 Type *OpTy = LF.OperandValToReplace->getType(); in RewriteForPHI()
4681 FullV, LF.OperandValToReplace->getType(), in RewriteForPHI()
4706 Type *OpTy = LF.OperandValToReplace->getType(); in Rewrite()
4722 LF.UserInst->replaceUsesOfWith(LF.OperandValToReplace, FullV); in Rewrite()
4725 DeadInsts.emplace_back(LF.OperandValToReplace); in Rewrite()