Searched refs:getInsertedValueOperand (Results 1 – 12 of 12) sorted by relevance
351 NoopInput = IVI->getInsertedValueOperand(); in getNoopInput()
999 Value *getInsertedValueOperand() { in getInsertedValueOperand() function1002 const Value *getInsertedValueOperand() const { in getInsertedValueOperand() function
1165 auto *E = dyn_cast<ExtractElementInst>(IV->getInsertedValueOperand()); in likeBitCastFromVector()
927 dyn_cast<Instruction>(CurrIVI->getInsertedValueOperand()); in foldAggregateConstructionIntoAggregateReuse()1228 I.getAggregateOperand(), I.getInsertedValueOperand(), I.getIndices(), in visitInsertValueInst()
4434 return replaceInstUsesWith(EV, IV->getInsertedValueOperand()); in visitExtractValueInst()4446 return InsertValueInst::Create(NewEV, IV->getInsertedValueOperand(), in visitExtractValueInst()4458 return ExtractValueInst::Create(IV->getInsertedValueOperand(), in visitExtractValueInst()
2585 Value *getInsertedValueOperand() {2588 const Value *getInsertedValueOperand() const {
1490 Value *Val = IVI.getInsertedValueOperand(); in visitInsertValueInst()
1713 SmallVector<Type *, 1> Types = {I.getInsertedValueOperand()->getType()}; in visitInsertValueInst()
2824 Value *InsShadow = DFSF.getShadow(I.getInsertedValueOperand()); in visitInsertValueInst()
6258 Value *InsShadow = getShadow(I.getInsertedValueOperand()); in visitInsertValueInst()
5240 return IVI->getInsertedValueOperand(); in simplifyExtractValueInst()
6306 return FindInsertedValue(I->getInsertedValueOperand(), in FindInsertedValue()