Searched refs:MultiMD (Results 1 – 1 of 1) sorted by relevance
65 MDTuple *MultiMD = MMRAMetadata::getMD(Ctx, {{"foo", "bar"}, {"bux", "qux"}}); in TEST() local66 EXPECT_EQ(MultiMD->getNumOperands(), 2u); in TEST()68 MDTuple *FooBar = cast<MDTuple>(MultiMD->getOperand(0)); in TEST()71 MDTuple *BuxQux = cast<MDTuple>(MultiMD->getOperand(1)); in TEST()