Searched refs:MDVector (Results 1 – 2 of 2) sorted by relevance
58 typedef SmallVector<Metadata *, 8> MDVector; typedef60 MDVector ArgVector[NumKernelArgMDNodes];119 static MDVector121 MDVector Res; in GetArgMD()130 PushArgMD(KernelArgMD &MD, const MDVector &V) { in PushArgMD()266 MDVector ArgMD = GetArgMD(KernelMDNode, i + 1); in addImplicitArgs()
397 class MDVector : public Vector {399 MDVector(const Vector &v) : Vector(v), md(*this) { } in MDVector() function400 MDVector(Vector &&v) : Vector(std::move(v)), md(*this) { } in MDVector() function407 inline hash_code hash_value(const MDVector<Metadata> &V) { in hash_value()