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

References

lib/Transforms/InstCombine/InstCombineVectorOps.cpp
  909   if (!InsElt1 || !InsElt1->hasOneUse())
  909   if (!InsElt1 || !InsElt1->hasOneUse())
  915   if (match(InsElt1->getOperand(0), m_Value(X)) &&
  916       match(InsElt1->getOperand(1), m_Value(Y)) && !isa<Constant>(Y) &&
  917       match(InsElt1->getOperand(2), m_ConstantInt(IdxC1)) &&