Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h731 struct FindClosure { in SCEVExprContains() struct
735 FindClosure(PredTy Pred) : Pred(Pred) {} in SCEVExprContains() function
748 FindClosure FC(Pred); in SCEVExprContains()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp5934 struct FindClosure { in SCEVMinMaxExprContains() struct
5948 FindClosure(const SCEV *OperandToFind, SCEVTypes RootKind) in SCEVMinMaxExprContains() argument
5963 FindClosure FC(OperandToFind, RootKind); in SCEVMinMaxExprContains()