Home
last modified time | relevance | path

Searched refs:getPredicatesForExpr (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h422 ArrayRef<const SCEVPredicate *> getPredicatesForExpr(const SCEV *Expr);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp13428 auto ExprPreds = Pred->getPredicatesForExpr(Expr); in visitUnknown()
13638 SCEVUnionPredicate::getPredicatesForExpr(const SCEV *Expr) { in getPredicatesForExpr() function in SCEVUnionPredicate