OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getReplacementExpr
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Analysis/
IVUsers.cpp
262
OS << " = " << *
getReplacementExpr
(*UI);
287
///
getReplacementExpr
- Return a SCEV expression which computes the
289
const SCEV *IVUsers::
getReplacementExpr
(const IVStrideUse &IU) const {
296
TransformForPostIncUse(Normalize,
getReplacementExpr
(IU),
/external/llvm/include/llvm/Analysis/
IVUsers.h
151
///
getReplacementExpr
- Return a SCEV expression which computes the
153
const SCEV *
getReplacementExpr
(const IVStrideUse &IU) const;
Completed in 2194 milliseconds