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

References

lib/Transforms/InstCombine/InstCombineVectorOps.cpp
  930   auto *Inst = dyn_cast<Instruction>(InsElt.getOperand(0));
  935   if (auto *Shuf = dyn_cast<ShuffleVectorInst>(InsElt.getOperand(0))) {
  941         !match(InsElt.getOperand(1), m_Constant(InsEltScalar)) ||
  942         !match(InsElt.getOperand(2), m_ConstantInt(InsEltIndex)))
  985     unsigned NumElts = InsElt.getType()->getNumElements();
  989     if (!match(InsElt.getOperand(2), m_ConstantInt(InsertIdx[0])) ||
  990         !match(InsElt.getOperand(1), m_Constant(Val[0])) ||
 1004         Mask[I] = ConstantInt::get(Type::getInt32Ty(InsElt.getContext()),
 1013         Values[I] = UndefValue::get(InsElt.getType()->getElementType());
 1014         Mask[I] = ConstantInt::get(Type::getInt32Ty(InsElt.getContext()), I);