Return true if this instruction is a bitcast instruction.
Declared in <llvm/CodeGen/MachineInstr.h>
bool
isBitcast(QueryType Type = IgnoreBundle) const;
True if the instruction is a bitcast.
| Name | Description |
|---|---|
| Type | How to query when this instruction is part of a bundle. |