reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/ARMISelLowering.cpp
13267   if (!isPowerOf2_32(NumElems * FromEltSz * ToEltSz))
13272   if (0 != (NumElems * FromEltSz) % ToEltSz)
13275   unsigned SizeRatio = FromEltSz / ToEltSz;
13276   assert(SizeRatio * NumElems * ToEltSz == VT.getSizeInBits());
13302     if (TLI.isTypeLegal(Tp) && Tp.getSizeInBits() <= NumElems * ToEltSz)
13321   unsigned E = (ToEltSz * NumElems) / StoreType.getSizeInBits();