Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.h454 bool ConvertValIDToValue(Type *Ty, ValID &ID, Value *&V,
H A DLLParser.cpp3555 ConvertValIDToValue(Ty, ID, V, nullptr, /*IsCall=*/false); in ParseGlobalValue()
4997 bool LLParser::ConvertValIDToValue(Type *Ty, ValID &ID, Value *&V, in ConvertValIDToValue() function in LLParser
5125 if (ConvertValIDToValue(Ty, ID, V, /*PFS=*/nullptr, /*IsCall=*/false)) in parseConstantValue()
5143 ConvertValIDToValue(Ty, ID, V, PFS, /*IsCall=*/false); in ParseValue()
5916 if (ConvertValIDToValue(PointerType::get(Ty, InvokeAddrSpace), CalleeID, in ParseInvoke()
6547 if (ConvertValIDToValue(PointerType::get(Ty, CallAddrSpace), CalleeID, Callee, in ParseCall()