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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DIVUsers.cpp330 OS << " = " << *getReplacementExpr(IVUse);
383 /// getReplacementExpr - Return a SCEV expression which computes the
385 const SCEV *IVUsers::getReplacementExpr(const IVStrideUse &IU) const { function in class:IVUsers
391 return normalizeForPostIncUse(getReplacementExpr(IU), IU.getPostIncLoops(),
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVUsers.h133 /// getReplacementExpr - Return a SCEV expression which computes the
135 const SCEV *getReplacementExpr(const IVStrideUse &IU) const;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h431 const Expr *getReplacementExpr() const {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp2423 if (const auto *SE = dyn_cast_or_null<StringLiteral>(AL.getReplacementExpr()))

Completed in 183 milliseconds