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

References

lib/Transforms/InstCombine/InstCombineVectorOps.cpp
 1788       if (NewInsIndex != -1 || Mask[i] != IndexC->getSExtValue())
 1792       NewInsIndex = i;
 1795     assert(NewInsIndex != -1 && "Did not fold shuffle with unused operand?");
 1798     IndexC = ConstantInt::get(IndexC->getType(), NewInsIndex);