Home
last modified time | relevance | path

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

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