HomeSort by relevance Sort by last modified time
    Searched defs:OperandValToReplace (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
IVUsers.h 35 /// 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 WeakVH OperandValToReplace;
153 /// value of the OperandValToReplace of the given IVStrideUse.
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 49 milliseconds