Lines Matching refs:extractBits
6489 APInt UndefEltBits = UndefBits.extractBits(EltSizeInBits, BitOffset); in getTargetConstantBitsFromNode()
6504 EltBits[i] = MaskBits.extractBits(EltSizeInBits, BitOffset); in getTargetConstantBitsFromNode()
6692 UndefElts = UndefElts.extractBits(NumSubElts, BaseIdx); in getTargetConstantBitsFromNode()
7233 Val = Val.extractBits(ScalarSizeInBits, (M % Scale) * ScalarSizeInBits); in computeZeroableShuffleElements()
7238 Val = Val.extractBits(ScalarSizeInBits, (M % Scale) * ScalarSizeInBits); in computeZeroableShuffleElements()
8523 if (UndefMask.extractBits(HalfNumElems, HalfNumElems).isAllOnesValue()) { in EltsFromConsecutiveLoads()
8639 APInt Val = SplatValue.extractBits(ScalarSize, ScalarSize * i); in getConstantVector()
11361 if (!Zeroable.extractBits(UpperElts, NumSrcElts).isAllOnesValue()) in matchShuffleAsVTRUNC()
11458 !Zeroable.extractBits(UpperElts, NumSrcElts).isAllOnesValue()) in lowerShuffleWithVPMOV()
11515 !Zeroable.extractBits(UpperElts, NumSrcElts).isAllOnesValue()) in lowerShuffleAsVTRUNC()
34189 Known = Known.extractBits(Length, Shift); in computeKnownBitsForTargetNode()
38529 Known = Known.extractBits(Length, Shift); in SimplifyDemandedBitsForTargetNode()
38541 KnownBits LengthBits = Known1.extractBits(8, 8); in SimplifyDemandedBitsForTargetNode()