Matches the integer constant with all bits set (64‐bit APInt form).

Synopsis

Declared in <llvm/CodeGen/GlobalISel/MIPatternMatch.h>

SpecificConstantMatch
m_AllOnesInt();

Return Value

A matcher for an all‐ones integer constant.

Created with MrDocs