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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp72 Value *foldIVUser(Instruction *UseInst, Instruction *IVOperand);
81 /// foldIVUser - Fold an IV operand into its use. This removes increments of an
89 Value *SimplifyIndvar::foldIVUser(Instruction *UseInst, Instruction *IVOperand) { function in class:SimplifyIndvar
344 Value *NewOper = foldIVUser(UseOper.first, IVOperand);

Completed in 95 milliseconds