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

References

lib/Transforms/InstCombine/InstCombineVectorOps.cpp
  782     FirstIE = CurrIE;
  787   if (FirstIE == &InsElt)
  794   if (!isa<UndefValue>(FirstIE->getOperand(0)))
  802   if (!cast<ConstantInt>(FirstIE->getOperand(2))->isZero())
  803     FirstIE = InsertElementInst::Create(UndefVec, SplatVal, Zero, "", &InsElt);
  811   return new ShuffleVectorInst(FirstIE, UndefVec, ConstantVector::get(Mask));