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