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

References

lib/Transforms/InstCombine/InstCombineCalls.cpp
  932   for (unsigned I = 0; I < NumElts; ++I) {
  932   for (unsigned I = 0; I < NumElts; ++I) {
  933     Constant *COp = V->getAggregateElement(I);
  938       Indexes[I] = UndefValue::get(MaskEltTy);
  951     Index = ((Index < 0) ? NumElts : Index & 0x0F) + (I & 0xF0);
  952     Indexes[I] = ConstantInt::get(MaskEltTy, Index);