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

References

lib/Target/PowerPC/PPCISelLowering.cpp
 1835   assert((Width == 2 || Width == 4 || Width == 8 || Width == 16) &&
 1835   assert((Width == 2 || Width == 4 || Width == 8 || Width == 16) &&
 1835   assert((Width == 2 || Width == 4 || Width == 8 || Width == 16) &&
 1835   assert((Width == 2 || Width == 4 || Width == 8 || Width == 16) &&
 1839   unsigned NumOfElem = 16 / Width;
 1842     MaskVal[0] = N->getMaskElt(i * Width);
 1843     if ((StepLen == 1) && (MaskVal[0] % Width)) {
 1845     } else if ((StepLen == -1) && ((MaskVal[0] + 1) % Width)) {
 1849     for (unsigned int j = 1; j < Width; ++j) {
 1850       MaskVal[j] = N->getMaskElt(i * Width + j);