Lines Matching refs:OperandValToReplace
1077 Value *OperandValToReplace = nullptr; member
1451 if (PN->getIncomingValue(i) == OperandValToReplace && in isUseFullyOutsideLoop()
1473 OperandValToReplace->printAsOperand(OS, /*PrintType=*/false); in print()
3279 LF.OperandValToReplace = U.getOperandValToReplace(); in CollectFixupsAndInitialFormulae()
3286 SE.getTypeSizeInBits(LF.OperandValToReplace->getType())) in CollectFixupsAndInitialFormulae()
3287 LU.WidestFixupType = LF.OperandValToReplace->getType(); in CollectFixupsAndInitialFormulae()
3429 LF.OperandValToReplace = U; in CollectLoopInvariantFixupsAndFormulae()
3434 SE.getTypeSizeInBits(LF.OperandValToReplace->getType())) in CollectLoopInvariantFixupsAndFormulae()
3435 LU.WidestFixupType = LF.OperandValToReplace->getType(); in CollectLoopInvariantFixupsAndFormulae()
4978 if (Instruction *I = dyn_cast<Instruction>(LF.OperandValToReplace)) in AdjustInsertPositionForExpand()
5039 return LF.OperandValToReplace; in Expand()
5051 Type *OpTy = LF.OperandValToReplace->getType(); in Expand()
5217 if (PN->getIncomingValue(i) == LF.OperandValToReplace) { in RewriteForPHI()
5269 Type *OpTy = LF.OperandValToReplace->getType(); in RewriteForPHI()
5274 FullV, LF.OperandValToReplace->getType(), in RewriteForPHI()
5298 Type *OpTy = LF.OperandValToReplace->getType(); in Rewrite()
5314 LF.UserInst->replaceUsesOfWith(LF.OperandValToReplace, FullV); in Rewrite()
5317 DeadInsts.emplace_back(LF.OperandValToReplace); in Rewrite()