Home
last modified time | relevance | path

Searched defs:ForEachPosition (Results 1 – 1 of 1) sorted by relevance

/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicate.h195 struct ForEachPosition : public PredicateBase<ForEachPosition, Position, struct
198 explicit ForEachPosition(const KeyTy &key) : Base(key) { parent = key.first; } in ForEachPosition() function
202 unsigned getID() const { return key.second; } in getID()