Home
last modified time | relevance | path

Searched refs:ConvertValIDToValue (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/AsmParser/
DLLParser.h304 bool ConvertValIDToValue(Type *Ty, ValID &ID, Value *&V,
DLLParser.cpp2691 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()