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

References

gen/lib/Target/ARM/ARMGenInstrInfo.inc
 9089   { 3256,	6,	1,	4,	1032,	0|(1ULL<<MCID::Predicable)|(1ULL<<MCID::InsertSubreg), 0x10e00ULL, nullptr, nullptr, OperandInfo403, -1 ,nullptr },  // Inst #3256 = VSETLNi32
include/llvm/CodeGen/MachineInstr.h
  846     return hasProperty(MCID::InsertSubreg, Type);
include/llvm/MC/MCInstrDesc.h
  397   bool isInsertSubregLike() const { return Flags & (1ULL << MCID::InsertSubreg); }