Searched refs:parseGlobalValueVector (Results 1 – 2 of 2) sorted by relevance
575 bool parseGlobalValueVector(SmallVectorImpl<Constant *> &Elts);
3945 if (parseGlobalValueVector(Elts) || in parseValID()3964 if (parseGlobalValueVector(Elts) || in parseValID()4004 if (parseGlobalValueVector(Elts) || in parseValID()4459 if (parseGlobalValueVector(Elts) || in parseValID()4587 bool LLParser::parseGlobalValueVector(SmallVectorImpl<Constant *> &Elts) { in parseGlobalValueVector() function in LLParser