Lines Matching refs:OperandValToReplace

1095   Value *OperandValToReplace;  member
1122 : UserInst(nullptr), OperandValToReplace(nullptr), LUIdx(~size_t(0)), in LSRFixup()
1131 if (PN->getIncomingValue(i) == OperandValToReplace && in isUseFullyOutsideLoop()
1152 OperandValToReplace->printAsOperand(OS, /*PrintType=*/false); in print()
2988 LF.OperandValToReplace = UI->getOperandValToReplace(); in CollectFixupsAndInitialFormulae()
2993 if (isAddressUse(LF.UserInst, LF.OperandValToReplace)) { in CollectFixupsAndInitialFormulae()
3011 if (NV == LF.OperandValToReplace) { in CollectFixupsAndInitialFormulae()
3045 SE.getTypeSizeInBits(LF.OperandValToReplace->getType())) in CollectFixupsAndInitialFormulae()
3046 LU.WidestFixupType = LF.OperandValToReplace->getType(); in CollectFixupsAndInitialFormulae()
3179 LF.OperandValToReplace = U; in CollectLoopInvariantFixupsAndFormulae()
3187 SE.getTypeSizeInBits(LF.OperandValToReplace->getType())) in CollectLoopInvariantFixupsAndFormulae()
3188 LU.WidestFixupType = LF.OperandValToReplace->getType(); in CollectLoopInvariantFixupsAndFormulae()
4461 if (Instruction *I = dyn_cast<Instruction>(LF.OperandValToReplace)) in AdjustInsertPositionForExpand()
4525 return LF.OperandValToReplace; in Expand()
4536 Type *OpTy = LF.OperandValToReplace->getType(); in Expand()
4560 LF.UserInst, LF.OperandValToReplace, in Expand()
4574 LF.UserInst, LF.OperandValToReplace, in Expand()
4713 if (PN->getIncomingValue(i) == LF.OperandValToReplace) { in RewriteForPHI()
4764 Type *OpTy = LF.OperandValToReplace->getType(); in RewriteForPHI()
4769 FullV, LF.OperandValToReplace->getType(), in RewriteForPHI()
4794 Type *OpTy = LF.OperandValToReplace->getType(); in Rewrite()
4810 LF.UserInst->replaceUsesOfWith(LF.OperandValToReplace, FullV); in Rewrite()
4813 DeadInsts.push_back(LF.OperandValToReplace); in Rewrite()