Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVUsers.h39 : CallbackVH(U), Parent(P), OperandValToReplace(O) { in IVStrideUse()
55 return OperandValToReplace; in getOperandValToReplace()
61 OperandValToReplace = Op; in setOperandValToReplace()
80 WeakTrackingVH OperandValToReplace; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1263 Value *OperandValToReplace = nullptr; member
1661 if (PN->getIncomingValue(i) == OperandValToReplace && in isUseFullyOutsideLoop()
1683 OperandValToReplace->printAsOperand(OS, /*PrintType=*/false); in print()
3623 LF.OperandValToReplace = U.getOperandValToReplace(); in CollectFixupsAndInitialFormulae()
3638 SE.getTypeSizeInBits(LF.OperandValToReplace->getType())) in CollectFixupsAndInitialFormulae()
3639 LU.WidestFixupType = LF.OperandValToReplace->getType(); in CollectFixupsAndInitialFormulae()
3814 LF.OperandValToReplace = U; in CollectLoopInvariantFixupsAndFormulae()
3819 SE.getTypeSizeInBits(LF.OperandValToReplace->getType())) in CollectLoopInvariantFixupsAndFormulae()
3820 LU.WidestFixupType = LF.OperandValToReplace->getType(); in CollectLoopInvariantFixupsAndFormulae()
5628 if (Instruction *I = dyn_cast<Instruction>(LF.OperandValToReplace)) in AdjustInsertPositionForExpand()
[all …]