Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ExtendKind

1281     ISD::NodeType ExtendKind = ISD::ANY_EXTEND;
1284 ExtendKind = ISD::SIGN_EXTEND;
1286 ExtendKind = ISD::ZERO_EXTEND;
1292 if (ExtendKind != ISD::ANY_EXTEND && VT.isInteger()) {