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

References

lib/Transforms/InstCombine/InstCombineVectorOps.cpp
  917       match(InsElt1->getOperand(2), m_ConstantInt(IdxC1)) &&
  919       match(InsElt2.getOperand(2), m_ConstantInt(IdxC2)) && IdxC1 != IdxC2) {
  921     return InsertElementInst::Create(NewInsElt1, Y, IdxC1);