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

References

lib/CodeGen/GlobalISel/IRTranslator.cpp
  943   const Value *Src = U.getOperand(0);
  944   Type *Int32Ty = Type::getInt32Ty(U.getContext());
  951   if (const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(&U)) {
  954   } else if (const InsertValueInst *IVI = dyn_cast<InsertValueInst>(&U)) {
  958     for (unsigned i = 1; i < U.getNumOperands(); ++i)
  959       Indices.push_back(U.getOperand(i));