Searched refs:VecElemBits (Results 1 – 1 of 1) sorted by relevance
738 unsigned VecElemBits = DL.getTypeSizeInBits(VecElemTy); in splitChainByAlignment() local741 assert((8 * SizeBytes) % VecElemBits == 0); in splitChainByAlignment()742 unsigned NumVecElems = 8 * SizeBytes / VecElemBits; in splitChainByAlignment()744 unsigned VF = 8 * VecRegBytes / VecElemBits; in splitChainByAlignment()747 unsigned TargetVF = getVectorFactor(VF, VecElemBits, in splitChainByAlignment()748 VecElemBits * NumVecElems / 8, VecTy); in splitChainByAlignment()778 (TTI).allowsMisalignedMemoryAccesses((F).getContext(), VecElemBits, AS, in splitChainByAlignment()