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

References

lib/Analysis/CFLGraph.h
  470       auto *Ptr = Inst.getVectorOperand();
lib/Analysis/InstructionSimplify.cpp
 5360     Result = SimplifyExtractElementInst(EEI->getVectorOperand(),
lib/Transforms/InstCombine/InstCombineCasts.cpp
 2050   auto *NewBC = IC.Builder.CreateBitCast(ExtElt->getVectorOperand(),
lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
 1082     auto *W = E->getVectorOperand();
lib/Transforms/InstCombine/InstCombineVectorOps.cpp
  167   if (!match(Ext.getVectorOperand(), m_BitCast(m_Value(X))) ||
  230     if (!X->hasOneUse() || !Ext.getVectorOperand()->hasOneUse())
  241       if (!Ext.getVectorOperand()->hasOneUse())
  266     assert(EEI->getVectorOperand() == V);
  320   Value *SrcVec = EI.getVectorOperand();
  546   Value *ExtVecOp = ExtElt->getVectorOperand();
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
  832         visitIncomingValue(EE->getVectorOperand());
  896             meetBDVState(NewState, getStateForInput(EE->getVectorOperand()));
  975         UndefValue *Undef = UndefValue::get(EE->getVectorOperand()->getType());
 1088       Value *InVal = cast<ExtractElementInst>(BDV)->getVectorOperand();
lib/Transforms/Vectorize/SLPVectorizer.cpp
  274     auto *Vec = EI->getVectorOperand();
tools/clang/lib/CodeGen/CGExprScalar.cpp
 1829             LHS = EI->getVectorOperand();
 1841             RHS = EI->getVectorOperand();