Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h720 struct FindClosure { in SCEVExprContains() struct
724 FindClosure(PredTy Pred) : Pred(Pred) {} in SCEVExprContains() argument
737 FindClosure FC(Pred); in SCEVExprContains()
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp6045 struct FindClosure { in SCEVMinMaxExprContains() struct
6059 FindClosure(const SCEV *OperandToFind, SCEVTypes RootKind) in SCEVMinMaxExprContains() argument
6074 FindClosure FC(OperandToFind, RootKind); in SCEVMinMaxExprContains()