Searched refs:EltBitSize (Results 1 – 1 of 1) sorted by relevance
4041 const unsigned EltBitSize = VT.getScalarSizeInBits(); in lowerBuildVectorOfConstants() local4054 uint64_t EltMask = maskTrailingOnes<uint64_t>(EltBitSize); in lowerBuildVectorOfConstants()4061 ((SeqV->getAsZExtVal() & EltMask) << (OpIdx.index() * EltBitSize)); in lowerBuildVectorOfConstants()4088 if (VT.isInteger() && EltBitSize < Subtarget.getELen() && in lowerBuildVectorOfConstants()4091 (Sequence.size() * EltBitSize) <= Subtarget.getELen()) { in lowerBuildVectorOfConstants()4093 MVT ViaIntVT = MVT::getIntegerVT(EltBitSize * SeqLen); in lowerBuildVectorOfConstants()4108 uint64_t EltMask = maskTrailingOnes<uint64_t>(EltBitSize); in lowerBuildVectorOfConstants()4115 ((SeqV->getAsZExtVal() & EltMask) << (EltIdx * EltBitSize)); in lowerBuildVectorOfConstants()4154 if (EltBitSize > 8 && VT.isInteger() && in lowerBuildVectorOfConstants()