Searched refs:getInsertedValueOperand (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1361 return ReplaceInstUsesWith(EV, IV->getInsertedValueOperand());
1373 return InsertValueInst::Create(NewEV, IV->getInsertedValueOperand(),
1385 return ExtractValueInst::Create(IV->getInsertedValueOperand(),
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DConstantFolding.cpp847 cast<Constant>(IVI->getInsertedValueOperand()),
H A DValueTracking.cpp1550 return FindInsertedValue(I->getInsertedValueOperand(),
H A DInstructionSimplify.cpp2851 IV->getInsertedValueOperand(),
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DSCCP.cpp808 Value *Val = IVI.getInsertedValueOperand();
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DInstructions.h1904 Value *getInsertedValueOperand() { function in class:llvm::InsertValueInst
1907 const Value *getInsertedValueOperand() const { function in class:llvm::InsertValueInst

Completed in 132 milliseconds