Home | History | Annotate | Download | only in IR

Lines Matching refs:m_ZExt

843 inline CastClass_match<OpTy, Instruction::ZExt> m_ZExt(const OpTy &Op) {
851 return m_CombineOr(m_ZExt(Op), m_SExt(Op));