Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicate.cpp44 OperandGroupPosition::OperandGroupPosition(const KeyTy &key) : Base(key) { in OperandGroupPosition() function in OperandGroupPosition
H A DPredicate.h222 struct OperandGroupPosition struct
230 static llvm::hash_code hashKey(const KeyTy &key) { in hashKey()
236 Optional<unsigned> getOperandGroupNumber() const { return std::get<1>(key); } in getOperandGroupNumber()
240 bool isVariadic() const { return std::get<2>(key); } in isVariadic()