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

References

tools/clang/lib/CodeGen/CGBuiltin.cpp
10906     Index &= SubVectors - 1; // Remove any extra bits.
10907     Index *= SrcNumElts;
10919       if (i >= Index && i < (Index + SrcNumElts))
10919       if (i >= Index && i < (Index + SrcNumElts))
10920         Indices[i] = (i - Index) + DstNumElts;