Searched refs:parseGlobalValueVector (Results 1 – 2 of 2) sorted by relevance
572 bool parseGlobalValueVector(SmallVectorImpl<Constant *> &Elts);
3841 if (parseGlobalValueVector(Elts) || in parseValID()3860 if (parseGlobalValueVector(Elts) || in parseValID()3900 if (parseGlobalValueVector(Elts) || in parseValID()4358 if (parseGlobalValueVector(Elts) || in parseValID()4486 bool LLParser::parseGlobalValueVector(SmallVectorImpl<Constant *> &Elts) { in parseGlobalValueVector() function in LLParser