Return true if this instruction (or its bundle) has property MCFlag.
Synopsis
Declared in <llvm/CodeGen/MachineInstr.h>
bool
hasProperty(
unsigned int MCFlag,
QueryType Type = AnyInBundle) const;
Description
Type controls whether and how instruction bundles are searched.
Return Value
True if the property is present under Type's rules.
Parameters
Name |
Description |
MCFlag |
Property flag from MCID being queried. |
Type |
How to query when this instruction is part of a bundle. |
Created with MrDocs