Searched refs:IsZeroExt (Results 1 – 4 of 4) sorted by relevance
82 bool IsZeroExt = (ExtType == ISD::ZEXTLOAD || ExtType == ISD::EXTLOAD); in INITIALIZE_PASS() local88 if (IsZeroExt) in INITIALIZE_PASS()94 if (IsZeroExt) in INITIALIZE_PASS()
14161 auto IsZeroExt = [&](SDValue Op) { in PerformMVEVMULLCombine() local14198 if (SDValue Op0 = IsZeroExt(N0)) { in PerformMVEVMULLCombine()14199 if (SDValue Op1 = IsZeroExt(N1)) { in PerformMVEVMULLCombine()
10170 bool IsZeroExt = LeftOp.getOpcode() == ISD::ZERO_EXTEND; in combineShiftToMULH() local10172 if (!IsSignExt && !IsZeroExt) in combineShiftToMULH()
55687 auto IsExt64 = [&DAG](SDValue Op, bool IsZeroExt) { in combineScalarToVector() argument55690 unsigned Opc = IsZeroExt ? ISD::ZERO_EXTEND : ISD::ANY_EXTEND; in combineScalarToVector()55694 unsigned Ext = IsZeroExt ? ISD::ZEXTLOAD : ISD::EXTLOAD; in combineScalarToVector()55699 if (IsZeroExt) { in combineScalarToVector()