Home
last modified time | relevance | path

Searched refs:OperandValToReplace (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DIVUsers.h38 : CallbackVH(U), Parent(P), OperandValToReplace(O) { in IVStrideUse()
54 return OperandValToReplace; in getOperandValToReplace()
60 OperandValToReplace = Op; in setOperandValToReplace()
79 WeakTrackingVH OperandValToReplace; variable
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1114 Value *OperandValToReplace = nullptr; member
1507 if (PN->getIncomingValue(i) == OperandValToReplace && in isUseFullyOutsideLoop()
3379 LF.OperandValToReplace = U.getOperandValToReplace(); in CollectFixupsAndInitialFormulae()
3557 LF.OperandValToReplace = U; in CollectLoopInvariantFixupsAndFormulae()
5288 return LF.OperandValToReplace; in Expand()
5300 Type *OpTy = LF.OperandValToReplace->getType(); in Expand()
5467 if (PN->getIncomingValue(i) == LF.OperandValToReplace) { in RewriteForPHI()
5523 Type *OpTy = LF.OperandValToReplace->getType(); in RewriteForPHI()
5550 if (val == Fixup.OperandValToReplace) { in RewriteForPHI()
5567 if (val == Fixup.OperandValToReplace) in RewriteForPHI()
[all …]