forked from OSchip/llvm-project
parent
96887f755b
commit
f363bfb730
|
@ -48,7 +48,7 @@ public:
|
|||
/// @brief Translate a SCEV to an isl_pw_aff.
|
||||
///
|
||||
/// @param E The expression that is translated.
|
||||
/// @param Stmt The SCoP statment surrounding @p E.
|
||||
/// @param Stmt The SCoP statement surrounding @p E.
|
||||
///
|
||||
/// @returns The isl representation of the SCEV @p E in @p Stmt.
|
||||
__isl_give isl_pw_aff *getPwAff(const llvm::SCEV *E, const ScopStmt *Stmt);
|
||||
|
|
Loading…
Reference in New Issue