reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/AsmParser/LLParser.h
  456     bool ConvertValIDToValue(Type *Ty, ValID &ID, Value *&V,

References

lib/AsmParser/LLParser.cpp
 3664                 ConvertValIDToValue(Ty, ID, V, nullptr, /*IsCall=*/false);
 5261     if (ConvertValIDToValue(Ty, ID, V, /*PFS=*/nullptr, /*IsCall=*/false))
 5279          ConvertValIDToValue(Ty, ID, V, PFS, /*IsCall=*/false);
 6085   if (ConvertValIDToValue(PointerType::get(Ty, InvokeAddrSpace), CalleeID,
 6412   if (ConvertValIDToValue(PointerType::getUnqual(Ty), CalleeID, Callee, &PFS,
 6814   if (ConvertValIDToValue(PointerType::get(Ty, CallAddrSpace), CalleeID, Callee,