Searched refs:IsZeroExt (Results 1 – 5 of 5) sorted by relevance
251 bool IsZeroExt = (ExtType == ISD::ZEXTLOAD || ExtType == ISD::EXTLOAD); in SelectIndexedLoad() local257 if (IsZeroExt) in SelectIndexedLoad()263 if (IsZeroExt) in SelectIndexedLoad()
78 bool IsZeroExt = (ExtType == ISD::ZEXTLOAD || ExtType == ISD::EXTLOAD); in SelectIndexedLoad() local84 if (IsZeroExt) in SelectIndexedLoad()90 if (IsZeroExt) in SelectIndexedLoad()
12751 auto IsZeroExt = [&](SDValue Op) { in PerformMVEVMULLCombine() local12788 if (SDValue Op0 = IsZeroExt(N0)) { in PerformMVEVMULLCombine()12789 if (SDValue Op1 = IsZeroExt(N1)) { in PerformMVEVMULLCombine()
8299 bool IsZeroExt = LeftOp.getOpcode() == ISD::ZERO_EXTEND; in combineShiftToMULH() local8301 if ((!(IsSignExt || IsZeroExt)) || LeftOp.getOpcode() != RightOp.getOpcode()) in combineShiftToMULH()