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

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionNormalization.h 71 Value *OperandValToReplace,
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/Analysis/
ScalarEvolutionNormalization.cpp 81 Value *OperandValToReplace);
85 Value *OperandValToReplace);
92 TransformImpl(const SCEV *S, Instruction *User, Value *OperandValToReplace) {
96 const SCEV *N = TransformSubExpr(O, User, OperandValToReplace);
123 if (IVUseShouldUsePostIncValue(User, OperandValToReplace, L, &DT)) {
126 User, OperandValToReplace);
135 assert(S == TransformSubExpr(Result, User, OperandValToReplace) &&
143 User, OperandValToReplace);
148 assert(S == TransformSubExpr(Result, User, OperandValToReplace) &&
167 const SCEV *N = TransformSubExpr(O, User, OperandValToReplace);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 903 /// OperandValToReplace - The operand of the instruction which will
906 Value *OperandValToReplace;
    [all...]

Completed in 35 milliseconds