ΒΆtemplate <typename PredTy>
bool SCEVExprContains(const llvm::SCEV* Root,
                      PredTy Pred)

Description

Return true if any node in \p Root satisfies the predicate \p Pred.

Declared at: llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h:622

Templates

PredTy

Parameters

const llvm::SCEV* Root
PredTy Pred