Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h712 struct FindClosure { in SCEVExprContains() struct
716 FindClosure(PredTy Pred) : Pred(Pred) {} in SCEVExprContains() function
729 FindClosure FC(Pred); in SCEVExprContains()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp6077 struct FindClosure { in SCEVMinMaxExprContains() struct
6091 FindClosure(const SCEV *OperandToFind, SCEVTypes RootKind) in SCEVMinMaxExprContains() argument
6106 FindClosure FC(OperandToFind, RootKind); in SCEVMinMaxExprContains()