Match either "sext" or "zext nneg".

Synopsis

Declared in <llvm/IR/PatternMatch.h>

template<typename OpTy>
match_combine_or<CastInst_match<OpTy, SExtInst>, NNegZExt_match<OpTy>>
m_SExtLike(OpTy const& Op);

Return Value

A matcher for either "sext" or "zext nneg".

Parameters

Name

Description

Op

Operand matcher.

Created with MrDocs