Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h724 struct FindClosure { in SCEVExprContains() struct
728 FindClosure(PredTy Pred) : Pred(Pred) {} in SCEVExprContains() argument
741 FindClosure FC(Pred); in SCEVExprContains()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp6057 struct FindClosure { in SCEVMinMaxExprContains() struct
6071 FindClosure(const SCEV *OperandToFind, SCEVTypes RootKind) in SCEVMinMaxExprContains() argument
6086 FindClosure FC(OperandToFind, RootKind); in SCEVMinMaxExprContains()