Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicate.h291 struct ConstraintPosition struct
299 ConstraintQuestion *getQuestion() const { return key.first; } in getQuestion()
302 unsigned getIndex() const { return key.second; } in getIndex()