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

  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 77 Value *foldIVUser(Instruction *UseInst, Instruction *IVOperand);
79 bool eliminateIVUser(Instruction *UseInst, Instruction *IVOperand);
80 void eliminateIVComparison(ICmpInst *ICmp, Value *IVOperand);
81 void eliminateIVRemainder(BinaryOperator *Rem, Value *IVOperand,
92 /// IVOperand is guaranteed SCEVable, but UseInst may not be.
94 /// Return the operand of IVOperand for this induction variable if IVOperand can
97 Value *SimplifyIndvar::foldIVUser(Instruction *UseInst, Instruction *IVOperand) {
108 if (IVOperand != UseInst->getOperand(OperIdx) ||
114 if (!isa<BinaryOperator>(IVOperand)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 82 milliseconds