Searched defs:getReplacementExpr (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DIVUsers.cpp203 OS << " = " << *getReplacementExpr(*UI);
226 /// getReplacementExpr - Return a SCEV expression which computes the
228 const SCEV *IVUsers::getReplacementExpr(const IVStrideUse &IU) const { function in class:IVUsers
235 TransformForPostIncUse(Normalize, getReplacementExpr(IU),
/external/llvm/lib/Analysis/
H A DIVUsers.cpp296 OS << " = " << *getReplacementExpr(IVUse);
322 /// getReplacementExpr - Return a SCEV expression which computes the
324 const SCEV *IVUsers::getReplacementExpr(const IVStrideUse &IU) const { function in class:IVUsers
331 TransformForPostIncUse(Normalize, getReplacementExpr(IU),

Completed in 512 milliseconds