Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicate.cpp44 OperandGroupPosition::OperandGroupPosition(const KeyTy &key) : Base(key) { in OperandGroupPosition() function in OperandGroupPosition
H A DPredicate.h223 struct OperandGroupPosition struct
231 static llvm::hash_code hashKey(const KeyTy &key) { in hashKey()
237 std::optional<unsigned> getOperandGroupNumber() const { in getOperandGroupNumber()
243 bool isVariadic() const { return std::get<2>(key); } in isVariadic()