Searched refs:ConvertValIDToValue (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/AsmParser/ |
D | LLParser.h | 304 bool ConvertValIDToValue(Type *Ty, ValID &ID, Value *&V,
|
D | LLParser.cpp | 2691 ConvertValIDToValue(Ty, ID, V, NULL); in ParseGlobalValue() 2773 bool LLParser::ConvertValIDToValue(Type *Ty, ValID &ID, Value *&V, in ConvertValIDToValue() function in LLParser 2898 ConvertValIDToValue(Ty, ID, V, PFS); in ParseValue() 3572 if (ConvertValIDToValue(PFTy, CalleeID, Callee, &PFS)) return true; in ParseInvoke() 3978 if (ConvertValIDToValue(PFTy, CalleeID, Callee, &PFS)) return true; in ParseCall()
|