Return true if this behaves like a generic EXTRACT_SUBREG.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

bool
isExtractSubregLike(QueryType Type = IgnoreBundle) const;

Description

Targets should override TargetInstrInfo::getExtractSubregLikeInputs.

Return Value

True if the instruction is extract‐subreg‐like.

Parameters

Name

Description

Type

How to query when this instruction is part of a bundle.

Created with MrDocs