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

References

lib/Transforms/InstCombine/InstCombineVectorOps.cpp
  750   if (InsElt.hasOneUse() && isa<InsertElementInst>(InsElt.user_back()))
  750   if (InsElt.hasOneUse() && isa<InsertElementInst>(InsElt.user_back()))
  753   auto *VecTy = cast<VectorType>(InsElt.getType());
  761   Value *SplatVal = InsElt.getOperand(1);
  762   InsertElementInst *CurrIE = &InsElt;
  777     if (CurrIE != &InsElt &&
  787   if (FirstIE == &InsElt)
  799   Type *Int32Ty = Type::getInt32Ty(InsElt.getContext());
  803     FirstIE = InsertElementInst::Create(UndefVec, SplatVal, Zero, "", &InsElt);