Lines Matching refs:OperandValToReplace
1095 Value *OperandValToReplace; member
1122 : UserInst(nullptr), OperandValToReplace(nullptr), LUIdx(~size_t(0)), in LSRFixup()
1130 if (PN->getIncomingValue(i) == OperandValToReplace && in isUseFullyOutsideLoop()
1151 OperandValToReplace->printAsOperand(OS, /*PrintType=*/false); in print()
2963 LF.OperandValToReplace = U.getOperandValToReplace(); in CollectFixupsAndInitialFormulae()
2968 if (isAddressUse(LF.UserInst, LF.OperandValToReplace)) { in CollectFixupsAndInitialFormulae()
2986 if (NV == LF.OperandValToReplace) { in CollectFixupsAndInitialFormulae()
3020 SE.getTypeSizeInBits(LF.OperandValToReplace->getType())) in CollectFixupsAndInitialFormulae()
3021 LU.WidestFixupType = LF.OperandValToReplace->getType(); in CollectFixupsAndInitialFormulae()
3154 LF.OperandValToReplace = U; in CollectLoopInvariantFixupsAndFormulae()
3163 SE.getTypeSizeInBits(LF.OperandValToReplace->getType())) in CollectLoopInvariantFixupsAndFormulae()
3164 LU.WidestFixupType = LF.OperandValToReplace->getType(); in CollectLoopInvariantFixupsAndFormulae()
4389 if (Instruction *I = dyn_cast<Instruction>(LF.OperandValToReplace)) in AdjustInsertPositionForExpand()
4452 return LF.OperandValToReplace; in Expand()
4463 Type *OpTy = LF.OperandValToReplace->getType(); in Expand()
4485 LF.UserInst, LF.OperandValToReplace, in Expand()
4499 LF.UserInst, LF.OperandValToReplace, in Expand()
4637 if (PN->getIncomingValue(i) == LF.OperandValToReplace) { in RewriteForPHI()
4688 Type *OpTy = LF.OperandValToReplace->getType(); in RewriteForPHI()
4693 FullV, LF.OperandValToReplace->getType(), in RewriteForPHI()
4718 Type *OpTy = LF.OperandValToReplace->getType(); in Rewrite()
4734 LF.UserInst->replaceUsesOfWith(LF.OperandValToReplace, FullV); in Rewrite()
4737 DeadInsts.emplace_back(LF.OperandValToReplace); in Rewrite()