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

References

lib/AsmParser/LLParser.cpp
 7267   if (ParseTypeAndValue(Val0, Loc0, PFS) ||
 7273   if (!Val0->getType()->isAggregateType())
 7276   Type *IndexedType = ExtractValueInst::getIndexedType(Val0->getType(), Indices);
 7283   Inst = InsertValueInst::Create(Val0, Val1, Indices);