Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ExtendKind

1130     ISD::NodeType ExtendKind = ISD::ANY_EXTEND;
1133 ExtendKind = ISD::SIGN_EXTEND;
1135 ExtendKind = ISD::ZERO_EXTEND;
1141 if (ExtendKind != ISD::ANY_EXTEND && VT.isInteger()) {