|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/Analysis/ConstantFolding.cpp 1175 cast<Constant>(IVI->getAggregateOperand()),
lib/Analysis/InstructionSimplify.cpp 4184 IVI = dyn_cast<InsertValueInst>(IVI->getAggregateOperand())) {
5341 Result = SimplifyInsertValueInst(IV->getAggregateOperand(),
lib/Analysis/ValueTracking.cpp 3312 PrevTo = Del->getAggregateOperand();
3416 return FindInsertedValue(I->getAggregateOperand(), idx_range,
lib/ExecutionEngine/Interpreter/Execution.cpp 1977 Value *Agg = I.getAggregateOperand();
lib/IR/Verifier.cpp 3571 Assert(ExtractValueInst::getIndexedType(IVI.getAggregateOperand()->getType(),
lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp 1090 V = IV->getAggregateOperand();
lib/Transforms/InstCombine/InstructionCombining.cpp 2670 return ExtractValueInst::Create(IV->getAggregateOperand(),
2688 Value *NewEV = Builder.CreateExtractValue(IV->getAggregateOperand(),
lib/Transforms/Instrumentation/MemorySanitizer.cpp 3593 Value *AggShadow = getShadow(I.getAggregateOperand());
lib/Transforms/Scalar/SCCP.cpp 918 Value *Aggr = IVI.getAggregateOperand();
lib/Transforms/Utils/Evaluator.cpp 429 getVal(IVI->getAggregateOperand()),
lib/Transforms/Vectorize/SLPVectorizer.cpp 6656 Value *V = IV->getAggregateOperand();