Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DIVUsers.h42 : CallbackVH(U), Parent(P), OperandValToReplace(O) { in IVStrideUse()
58 return OperandValToReplace; in getOperandValToReplace()
64 OperandValToReplace = Op; in setOperandValToReplace()
83 WeakTrackingVH OperandValToReplace; variable
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1077 Value *OperandValToReplace = nullptr; member
1451 if (PN->getIncomingValue(i) == OperandValToReplace && in isUseFullyOutsideLoop()
3279 LF.OperandValToReplace = U.getOperandValToReplace(); in CollectFixupsAndInitialFormulae()
3287 LU.WidestFixupType = LF.OperandValToReplace->getType(); in CollectFixupsAndInitialFormulae()
3429 LF.OperandValToReplace = U; in CollectLoopInvariantFixupsAndFormulae()
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()
5298 Type *OpTy = LF.OperandValToReplace->getType(); in Rewrite()
[all …]