Searched refs:getAggregateOperand (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DValueTracking.cpp1440 PrevTo = Del->getAggregateOperand();
1544 return FindInsertedValue(I->getAggregateOperand(), idx_range,
1574 return FindInsertedValue(I->getAggregateOperand(), Idxs, InsertBefore);
H A DConstantFolding.cpp846 cast<Constant>(IVI->getAggregateOperand()),
852 cast<Constant>(EVI->getAggregateOperand()),
H A DInstructionSimplify.cpp2603 if (EV->getAggregateOperand()->getType() == Agg->getType() &&
2607 return EV->getAggregateOperand();
2610 if (Agg == EV->getAggregateOperand())
2850 Result = SimplifyInsertValueInst(IV->getAggregateOperand(),
H A DLint.cpp633 if (Value *W = FindInsertedValue(Ex->getAggregateOperand(),
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1321 Value *Agg = EV.getAggregateOperand();
1353 return ExtractValueInst::Create(IV->getAggregateOperand(),
1371 Value *NewEV = Builder->CreateExtractValue(IV->getAggregateOperand(),
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DSCCP.cpp775 Value *AggVal = EVI.getAggregateOperand();
796 Value *Aggr = IVI.getAggregateOperand();
H A DGVN.cpp219 IntrinsicInst *I = dyn_cast<IntrinsicInst>(EI->getAggregateOperand());
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DInstructions.h1782 Value *getAggregateOperand() { function in class:llvm::ExtractValueInst
1785 const Value *getAggregateOperand() const { function in class:llvm::ExtractValueInst
1894 Value *getAggregateOperand() { function in class:llvm::InsertValueInst
1897 const Value *getAggregateOperand() const { function in class:llvm::InsertValueInst
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DVerifier.cpp1543 Assert1(ExtractValueInst::getIndexedType(EVI.getAggregateOperand()->getType(),
1552 Assert1(ExtractValueInst::getIndexedType(IVI.getAggregateOperand()->getType(),

Completed in 184 milliseconds