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

References

lib/Target/AArch64/AArch64PromoteConstant.cpp
  261   if (isa<const ShuffleVectorInst>(Instr) && OpIdx == 2)
  265   if (isa<const ExtractValueInst>(Instr) && OpIdx > 0)
  269   if (isa<const InsertValueInst>(Instr) && OpIdx > 1)
  272   if (isa<const AllocaInst>(Instr) && OpIdx > 0)
  276   if (isa<const LoadInst>(Instr) && OpIdx > 0)
  280   if (isa<const StoreInst>(Instr) && OpIdx > 1)
  284   if (isa<const GetElementPtrInst>(Instr) && OpIdx > 0)