Searched refs:VecEltBitWidth (Results 1 – 2 of 2) sorted by relevance
18577 unsigned VecEltBitWidth = VecVT.getScalarSizeInBits(); in visitEXTRACT_VECTOR_ELT() local18602 BCTruncElt = IsLE ? 0 : XBitWidth / VecEltBitWidth - 1; in visitEXTRACT_VECTOR_ELT()18607 if (ExtractIndex == BCTruncElt && XBitWidth > VecEltBitWidth) { in visitEXTRACT_VECTOR_ELT()18608 assert(XBitWidth % VecEltBitWidth == 0 && in visitEXTRACT_VECTOR_ELT()18684 APInt DemandedBits = APInt::getAllOnesValue(VecEltBitWidth); in visitEXTRACT_VECTOR_ELT()
41014 unsigned VecEltBitWidth = SrcVT.getScalarSizeInBits(); in combineExtractVectorElt() local41015 if (getTargetConstantBitsFromNode(InputVector, VecEltBitWidth, UndefVecElts, in combineExtractVectorElt()