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

References

lib/Target/X86/X86ISelLowering.cpp
11353       for (int Elt = 0; Elt != NumEltsPerLane; ++Elt) {
11353       for (int Elt = 0; Elt != NumEltsPerLane; ++Elt) {
11354         int M = Mask[Lane + Elt];
11358           PermMask[Lane + Elt] = Lane + ((M + Ofs - RotAmt) % NumEltsPerLane);
11360           PermMask[Lane + Elt] = Lane + ((M - Ofs - RotAmt) % NumEltsPerLane);