Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ExtendKind

1579     ISD::NodeType ExtendKind = ISD::ANY_EXTEND;
1582 ExtendKind = ISD::SIGN_EXTEND;
1584 ExtendKind = ISD::ZERO_EXTEND;
1590 if (ExtendKind != ISD::ANY_EXTEND && VT.isInteger()) {