Home
last modified time | relevance | path

Searched refs:getReplacementExpr (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DIVUsers.cpp276 OS << " = " << *getReplacementExpr(IVUse); in print()
331 const SCEV *IVUsers::getReplacementExpr(const IVStrideUse &IU) const { in getReplacementExpr() function in IVUsers
337 return normalizeForPostIncUse(getReplacementExpr(IU), IU.getPostIncLoops(), in getExpr()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DIVUsers.h132 const SCEV *getReplacementExpr(const IVStrideUse &IU) const;
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DParsedAttr.h551 const Expr *getReplacementExpr() const { in getReplacementExpr() function
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp2624 if (const auto *SE = dyn_cast_or_null<StringLiteral>(AL.getReplacementExpr())) in handleAvailabilityAttr()