Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ScalarSize

606   unsigned ScalarSize = MemSclVT.getSizeInBits();
609 if (!isPowerOf2_32(ScalarSize))
610 ScalarSize = NextPowerOf2(ScalarSize);
613 unsigned Stride = ScalarSize/8;