llvm::MachineInstr::isBitcast

Return true if this instruction is a bitcast instruction.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

bool
isBitcast(QueryType Type = IgnoreBundle) const;

Return Value

True if the instruction is a bitcast.

Parameters

NameDescription
TypeHow to query when this instruction is part of a bundle.