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

References

include/llvm/IR/InstrTypes.h
   84            I->getOpcode() == Instruction::ExtractValue ||
include/llvm/IR/Instructions.h
 2371     return I->getOpcode() == Instruction::ExtractValue;
 2383                      ExtractValue, Agg, InsertBefore) {
 2392                      ExtractValue, Agg, InsertAtEnd) {
lib/Analysis/CFLGraph.h
  556       case Instruction::ExtractValue: {
lib/Analysis/ConstantFolding.cpp
 1057   case Instruction::ExtractValue:
lib/Analysis/InstructionSimplify.cpp
 5352   case Instruction::ExtractValue: {
lib/Analysis/Lint.cpp
  708     } else if (CE->getOpcode() == Instruction::ExtractValue) {
lib/Analysis/ObjCARCInstKind.cpp
  284     case Instruction::ExtractValue:
lib/Analysis/ScalarEvolution.cpp
 4545   case Instruction::ExtractValue: {
lib/Analysis/TargetTransformInfo.cpp
 1285   case Instruction::ExtractValue:
lib/Analysis/ValueTracking.cpp
 1581   case Instruction::ExtractValue:
lib/AsmParser/LLLexer.cpp
  887   INSTKEYWORD(extractvalue,   ExtractValue);
lib/Bitcode/Writer/BitcodeWriter.cpp
 2652   case Instruction::ExtractValue: {
lib/CodeGen/SelectionDAG/FastISel.cpp
 1909   case Instruction::ExtractValue:
lib/CodeGen/TargetLoweringBase.cpp
 1641   case ExtractValue:   return ISD::MERGE_VALUES;
lib/FuzzMutate/RandomIRBuilder.cpp
   77   case Instruction::ExtractValue:
lib/IR/Constants.cpp
 1207   return getOpcode() == Instruction::ExtractValue ||
 1271   case Instruction::ExtractValue:
 2225   const ConstantExprKeyType Key(Instruction::ExtractValue, ArgVec, 0, 0, Idxs);
 3013   case Instruction::ExtractValue:
lib/IR/ConstantsContext.h
  176       : ConstantExpr(DestTy, Instruction::ExtractValue, &Op<0>(), 1),
  193     return CE->getOpcode() == Instruction::ExtractValue;
  552     case Instruction::ExtractValue:
lib/IR/Instruction.cpp
  367   case ExtractValue:   return "extractvalue";
lib/IR/Instructions.cpp
 2151   : UnaryInstruction(EVI.getType(), ExtractValue, EVI.getOperand(0)),
lib/Target/Hexagon/HexagonISelLowering.cpp
 1713   if (Operator::getOpcode(V) == Instruction::ExtractValue ||
lib/Target/NVPTX/NVPTXGenericToNVVM.cpp
  277   case Instruction::ExtractValue:
lib/Transforms/Scalar/GVN.cpp
  538     case Instruction::ExtractValue:
 1667         (i > 0 && Exp.opcode == Instruction::ExtractValue))
lib/Transforms/Scalar/NewGVN.cpp
 1969     case Instruction::ExtractValue:
lib/Transforms/Utils/Local.cpp
 2933   case Instruction::ExtractValue:
lib/Transforms/Vectorize/SLPVectorizer.cpp
  423           Opcode == Instruction::ExtractValue) &&
 2353     case Instruction::ExtractValue:
 2837          E0->getOpcode() == Instruction::ExtractValue);
 2847   if (E0->getOpcode() == Instruction::ExtractValue) {
 2968     case Instruction::ExtractValue:
 3825     case Instruction::ExtractValue: {