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

References

include/llvm/IR/Instructions.h
 2502     return I->getOpcode() == Instruction::InsertValue;
 2519   : Instruction(Agg->getType(), InsertValue,
 2530   : Instruction(Agg->getType(), InsertValue,
lib/Analysis/CFLGraph.h
  549       case Instruction::InsertValue: {
lib/Analysis/InstructionSimplify.cpp
 5339   case Instruction::InsertValue: {
lib/AsmParser/LLLexer.cpp
  888   INSTKEYWORD(insertvalue,    InsertValue);
lib/Bitcode/Writer/BitcodeWriter.cpp
 2659   case Instruction::InsertValue: {
lib/CodeGen/TargetLoweringBase.cpp
 1642   case InsertValue:    return ISD::MERGE_VALUES;
lib/FuzzMutate/RandomIRBuilder.cpp
   83   case Instruction::InsertValue:
lib/IR/Constants.cpp
 1208          getOpcode() == Instruction::InsertValue;
 1268   case Instruction::InsertValue:
 2201   const ConstantExprKeyType Key(Instruction::InsertValue, ArgVec, 0, 0, Idxs);
 3011   case Instruction::InsertValue:
lib/IR/ConstantsContext.h
  207       : ConstantExpr(DestTy, Instruction::InsertValue, &Op<0>(), 2),
  225     return CE->getOpcode() == Instruction::InsertValue;
  550     case Instruction::InsertValue:
lib/IR/Instruction.cpp
  368   case InsertValue:    return "insertvalue";
lib/IR/Instructions.cpp
 2127   : Instruction(IVI.getType(), InsertValue,
lib/Target/NVPTX/NVPTXGenericToNVVM.cpp
  280   case Instruction::InsertValue:
lib/Transforms/Scalar/GVN.cpp
  534     case Instruction::InsertValue:
 1666     if ((i > 1 && Exp.opcode == Instruction::InsertValue) ||
lib/Transforms/Scalar/GVNSink.cpp
  481     case Instruction::InsertValue:
lib/Transforms/Scalar/NewGVN.cpp
 1970     case Instruction::InsertValue:
lib/Transforms/Utils/Local.cpp
 2936   case Instruction::InsertValue: