Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVUsers.h41 : CallbackVH(U), Parent(P), OperandValToReplace(O) { in IVStrideUse()
57 return OperandValToReplace; in getOperandValToReplace()
63 OperandValToReplace = Op; in setOperandValToReplace()
82 WeakTrackingVH OperandValToReplace; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1111 Value *OperandValToReplace = nullptr; member
1502 if (PN->getIncomingValue(i) == OperandValToReplace && in isUseFullyOutsideLoop()
3363 LF.OperandValToReplace = U.getOperandValToReplace(); in CollectFixupsAndInitialFormulae()
3516 LF.OperandValToReplace = U; in CollectLoopInvariantFixupsAndFormulae()
5239 return LF.OperandValToReplace; in Expand()
5251 Type *OpTy = LF.OperandValToReplace->getType(); in Expand()
5418 if (PN->getIncomingValue(i) == LF.OperandValToReplace) { in RewriteForPHI()
5474 Type *OpTy = LF.OperandValToReplace->getType(); in RewriteForPHI()
5501 if (val == Fixup.OperandValToReplace) { in RewriteForPHI()
5518 if (val == Fixup.OperandValToReplace) in RewriteForPHI()
[all …]