Home | History | Annotate | Download | only in CodeGen

Lines Matching full:elementsize

4300         // ElementSize is in number of floats.
4301 unsigned ElementSize = getContext().getTypeSize(Base) == 64 ? 2 : 4;
4302 markAllocatedVFPs(ElementSize,
4303 Members * ElementSize);