ΒΆbool matchSimpleRecurrence(
const llvm::BinaryOperator* I,
llvm::PHINode*& P,
llvm::Value*& Start,
llvm::Value*& Step)
bool matchSimpleRecurrence(
const llvm::BinaryOperator* I,
llvm::PHINode*& P,
llvm::Value*& Start,
llvm::Value*& Step)
Description
Analogous to the above, but starting from the binary operator
Declared at: llvm/include/llvm/Analysis/ValueTracking.h:828
Parameters
- const llvm::BinaryOperator* I
- llvm::PHINode*& P
- llvm::Value*& Start
- llvm::Value*& Step