Lines Matching full:elsize
4251 unsigned ElSize = VT.getVectorElementType().getSizeInBits();4252 bool Result = (Index * ElSize) % vecWidth == 0;4269 unsigned ElSize = VT.getVectorElementType().getSizeInBits();4270 bool Result = (Index * ElSize) % vecWidth == 0;