Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicate.h353 struct TypePosition : public PredicateBase<TypePosition, Position, Position *, struct
355 explicit TypePosition(const KeyTy &key) : Base(key) { in TypePosition() argument