Lines Matching defs:IsZeroExt
57225 auto IsExt64 = [&DAG](SDValue Op, bool IsZeroExt) {57228 unsigned Opc = IsZeroExt ? ISD::ZERO_EXTEND : ISD::ANY_EXTEND;57232 unsigned Ext = IsZeroExt ? ISD::ZEXTLOAD : ISD::EXTLOAD;57237 if (IsZeroExt) {