HomeSort by relevance Sort by last modified time
    Searched refs:getReplacementExpr (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
IVUsers.cpp 255 OS << " = " << *getReplacementExpr(*UI);
278 /// getReplacementExpr - Return a SCEV expression which computes the
280 const SCEV *IVUsers::getReplacementExpr(const IVStrideUse &IU) const {
287 TransformForPostIncUse(Normalize, getReplacementExpr(IU),
  /external/llvm/include/llvm/Analysis/
IVUsers.h 152 /// getReplacementExpr - Return a SCEV expression which computes the
154 const SCEV *getReplacementExpr(const IVStrideUse &IU) const;

Completed in 68 milliseconds