Searched defs:OperandGroupPosition (Results 1 – 2 of 2) sorted by relevance
44 OperandGroupPosition::OperandGroupPosition(const KeyTy &key) : Base(key) { in OperandGroupPosition() function in OperandGroupPosition
223 struct OperandGroupPosition struct231 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()