Searched refs:MaskD (Results 1 – 2 of 2) sorted by relevance
251 APInt MaskD = APIntOps::ScaleBitMask(MaskW, 4, /*MatchAllBits=*/true); in processInstruction() local252 if (MaskW != APIntOps::ScaleBitMask(MaskD, 8, /*MatchAllBits=*/true)) in processInstruction()254 APInt NewMaskD = APInt::getSplat(NumElts, MaskD); in processInstruction()
223 auto MaskD = in dropRedundantMaskingOfLeftShiftInput() local266 } else if (match(Masked, m_c_And(m_CombineOr(MaskC, MaskD), m_Value(X))) || in dropRedundantMaskingOfLeftShiftInput()