Lines Matching defs:IsZeroExt
58663 auto IsExt64 = [&DAG](SDValue Op, bool IsZeroExt) {58666 unsigned Opc = IsZeroExt ? ISD::ZERO_EXTEND : ISD::ANY_EXTEND;58670 unsigned Ext = IsZeroExt ? ISD::ZEXTLOAD : ISD::EXTLOAD;58675 if (IsZeroExt) {