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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVUsers.h35 /// instruction of the operand, and 'OperandValToReplace' is the operand of
41 : CallbackVH(U), Parent(P), OperandValToReplace(O) {
57 return OperandValToReplace;
63 OperandValToReplace = Op;
80 /// OperandValToReplace - The Value of the operand in the user instruction
82 WeakTrackingVH OperandValToReplace; member in class:llvm::final
134 /// value of the OperandValToReplace of the given IVStrideUse.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1072 Value *OperandValToReplace = nullptr; member in struct:__anon4670::LSRFixup
1167 /// formulate a replacement for OperandValToReplace in UserInst.
1465 if (PN->getIncomingValue(i) == OperandValToReplace &&
1486 OS << ", OperandValToReplace=";
1487 OperandValToReplace->printAsOperand(OS, /*PrintType=*/false);
3279 // Swap the operands if needed to put the OperandValToReplace on the
3317 LF.OperandValToReplace = U.getOperandValToReplace();
3324 SE.getTypeSizeInBits(LF.OperandValToReplace->getType()))
3325 LU.WidestFixupType = LF.OperandValToReplace->getType();
3467 LF.OperandValToReplace
[all...]

Completed in 170 milliseconds