Return true when P Inst is both associative and commutative. If P Invert is true, then the inverse of P Inst operation must be tested.

Synopsis

Declared in <llvm/CodeGen/TargetInstrInfo.h>

virtual
bool
isAssociativeAndCommutative(
    MachineInstr const& Inst,
    bool Invert = false) const;

Parameters

Name

Description

Inst

Representation of each machine instruction.

Created with MrDocs