Searched refs:IsZeroExt (Results 1 – 4 of 4) sorted by relevance
77 bool IsZeroExt = (ExtType == ISD::ZEXTLOAD || ExtType == ISD::EXTLOAD); in SelectIndexedLoad() local83 if (IsZeroExt) in SelectIndexedLoad()89 if (IsZeroExt) in SelectIndexedLoad()
8397 bool IsZeroExt = Op0.getOpcode() == RISCVISD::VZEXT_VL; in combineMUL_VLToVWMUL_VL() local8399 if ((!IsSignExt && !IsZeroExt) || !Op0.hasOneUse()) in combineMUL_VLToVWMUL_VL()
13932 auto IsZeroExt = [&](SDValue Op) { in PerformMVEVMULLCombine() local13969 if (SDValue Op0 = IsZeroExt(N0)) { in PerformMVEVMULLCombine()13970 if (SDValue Op1 = IsZeroExt(N1)) { in PerformMVEVMULLCombine()
9163 bool IsZeroExt = LeftOp.getOpcode() == ISD::ZERO_EXTEND; in combineShiftToMULH() local9165 if (!IsSignExt && !IsZeroExt) in combineShiftToMULH()