Searched refs:IsZeroExt (Results 1 – 5 of 5) sorted by relevance
87 bool IsZeroExt = (ExtType == ISD::ZEXTLOAD || ExtType == ISD::EXTLOAD); in INITIALIZE_PASS() local93 if (IsZeroExt) in INITIALIZE_PASS()99 if (IsZeroExt) in INITIALIZE_PASS()
8939 bool IsZeroExt = LeftOp.getOpcode() == ISD::ZERO_EXTEND; in combineShiftToMulAddHigh() local8941 if (!IsSignExt && !IsZeroExt) in combineShiftToMulAddHigh()
14243 auto IsZeroExt = [&](SDValue Op) { in PerformMVEVMULLCombine() local14280 if (SDValue Op0 = IsZeroExt(N0)) { in PerformMVEVMULLCombine()14281 if (SDValue Op1 = IsZeroExt(N1)) { in PerformMVEVMULLCombine()
10649 bool IsZeroExt = LeftOp.getOpcode() == ISD::ZERO_EXTEND; in combineShiftToMULH() local10651 if (!IsSignExt && !IsZeroExt) in combineShiftToMULH()
59816 auto IsExt64 = [&DAG](SDValue Op, bool IsZeroExt) { in combineSCALAR_TO_VECTOR() argument59819 unsigned Opc = IsZeroExt ? ISD::ZERO_EXTEND : ISD::ANY_EXTEND; in combineSCALAR_TO_VECTOR()59823 unsigned Ext = IsZeroExt ? ISD::ZEXTLOAD : ISD::EXTLOAD; in combineSCALAR_TO_VECTOR()59828 if (IsZeroExt) { in combineSCALAR_TO_VECTOR()