Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicate.cpp37 OperandPosition::OperandPosition(const KeyTy &key) : Base(key) { in OperandPosition() function in OperandPosition
H A DPredicate.h208 struct OperandPosition struct
215 unsigned getOperandNumber() const { return key.second; } in getOperandNumber()