Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ExtendKind

1133     ISD::NodeType ExtendKind = ISD::ANY_EXTEND;
1136 ExtendKind = ISD::SIGN_EXTEND;
1138 ExtendKind = ISD::ZERO_EXTEND;
1144 if (ExtendKind != ISD::ANY_EXTEND && VT.isInteger()) {