Searched refs:NumSrcElements (Results 1 – 1 of 1) sorted by relevance
1000 int NumSrcElements = SrcVT.getVectorNumElements(); in ExpandANY_EXTEND_VECTOR_INREG() local1007 NumSrcElements = VT.getSizeInBits() / SrcVT.getScalarSizeInBits(); in ExpandANY_EXTEND_VECTOR_INREG()1009 NumSrcElements); in ExpandANY_EXTEND_VECTOR_INREG()1016 ShuffleMask.resize(NumSrcElements, -1); in ExpandANY_EXTEND_VECTOR_INREG()1019 int ExtLaneScale = NumSrcElements / NumElements; in ExpandANY_EXTEND_VECTOR_INREG()1059 int NumSrcElements = SrcVT.getVectorNumElements(); in ExpandZERO_EXTEND_VECTOR_INREG() local1066 NumSrcElements = VT.getSizeInBits() / SrcVT.getScalarSizeInBits(); in ExpandZERO_EXTEND_VECTOR_INREG()1068 NumSrcElements); in ExpandZERO_EXTEND_VECTOR_INREG()1079 ShuffleMask.reserve(NumSrcElements); in ExpandZERO_EXTEND_VECTOR_INREG()1080 for (int i = 0; i < NumSrcElements; ++i) in ExpandZERO_EXTEND_VECTOR_INREG()[all …]