Return true if this instruction is a comparison.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

bool
isCompare(QueryType Type = IgnoreBundle) const;

Return Value

True if the instruction is a comparison.

Parameters

Name

Description

Type

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

Created with MrDocs