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

References

lib/Analysis/CFLGraph.h
  498       auto *Ptr = Inst.getAggregateOperand();
lib/Analysis/ConstantFolding.cpp
 1182                                     cast<Constant>(EVI->getAggregateOperand()),
lib/Analysis/InstructionSimplify.cpp
 1839   Value *Agg = Extract->getAggregateOperand();
 4120     if (EV->getAggregateOperand()->getType() == Agg->getType() &&
 4124         return EV->getAggregateOperand();
 4127       if (Agg == EV->getAggregateOperand())
 5354     Result = SimplifyExtractValueInst(EVI->getAggregateOperand(),
lib/Analysis/LazyValueInfo.cpp
 1165   if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand()))
 1172           EVI->getAggregateOperand(), EVI->getIndices(),
 1286     if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand()))
lib/Analysis/Lint.cpp
  697     if (Value *W = FindInsertedValue(Ex->getAggregateOperand(),
lib/Analysis/ScalarEvolution.cpp
 4550     auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand());
lib/Analysis/ValueTracking.cpp
 3446     return FindInsertedValue(I->getAggregateOperand(), Idxs, InsertBefore);
lib/ExecutionEngine/Interpreter/Execution.cpp
 1934   Value *Agg = I.getAggregateOperand();
lib/IR/Verifier.cpp
 3563   Assert(ExtractValueInst::getIndexedType(EVI.getAggregateOperand()->getType(),
lib/Target/NVPTX/NVPTXImageOptimizer.cpp
  171     return cleanupValue(EVI->getAggregateOperand());
lib/Transforms/InstCombine/InstCombineCompares.cpp
 5576       if (auto *ACXI = dyn_cast<AtomicCmpXchgInst>(EVI->getAggregateOperand()))
lib/Transforms/InstCombine/InstCombineSelect.cpp
 1939     return dyn_cast<AtomicCmpXchgInst>(Extract->getAggregateOperand());
lib/Transforms/InstCombine/InstructionCombining.cpp
 2645   Value *Agg = EV.getAggregateOperand();
lib/Transforms/Instrumentation/MemorySanitizer.cpp
 3580     Value *Agg = I.getAggregateOperand();
lib/Transforms/Scalar/GVN.cpp
  334   WithOverflowInst *WO = dyn_cast<WithOverflowInst>(EI->getAggregateOperand());
lib/Transforms/Scalar/NewGVN.cpp
 1822     auto *WO = dyn_cast<WithOverflowInst>(EI->getAggregateOperand());
lib/Transforms/Scalar/SCCP.cpp
  897   Value *AggVal = EVI.getAggregateOperand();
lib/Transforms/Utils/Evaluator.cpp
  424           getVal(EVI->getAggregateOperand()), EVI->getIndices());