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 72 Value *foldIVUser(Instruction *UseInst, Instruction *IVOperand);
74 bool eliminateIVUser(Instruction *UseInst, Instruction *IVOperand);
75 void eliminateIVComparison(ICmpInst *ICmp, Value *IVOperand);
76 void eliminateIVRemainder(BinaryOperator *Rem, Value *IVOperand,
84 /// IVOperand is guaranteed SCEVable, but UseInst may not be.
86 /// Return the operand of IVOperand for this induction variable if IVOperand can
89 Value *SimplifyIndvar::foldIVUser(Instruction *UseInst, Instruction *IVOperand) {
100 if (IVOperand != UseInst->getOperand(OperIdx) ||
106 if (!isa<BinaryOperator>(IVOperand)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 51 milliseconds