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

References

lib/Transforms/InstCombine/InstCombineCalls.cpp
  979   for (unsigned I = 0; I < NumElts; ++I) {
  979   for (unsigned I = 0; I < NumElts; ++I) {
  980     Constant *COp = V->getAggregateElement(I);
  985       Indexes[I] = UndefValue::get(MaskEltTy);
 1000     Index += APInt(32, (I / NumLaneElts) * NumLaneElts);
 1002     Indexes[I] = ConstantInt::get(MaskEltTy, Index);