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

/external/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp74 Value *foldIVUser(Instruction *UseInst, Instruction *IVOperand);
83 /// foldIVUser - Fold an IV operand into its use. This removes increments of an
91 Value *SimplifyIndvar::foldIVUser(Instruction *UseInst, Instruction *IVOperand) { function in class:SimplifyIndvar
346 Value *NewOper = foldIVUser(UseOper.first, IVOperand);

Completed in 90 milliseconds