Searched refs:aggOperand (Results 1 – 1 of 1) sorted by relevance
1100 Value aggOperand = processValue(ivInst->getAggregateOperand()); in processInstruction() local1101 if (!aggOperand) in processInstruction()1109 instMap[inst] = b.create<InsertValueOp>(loc, aggOperand, inserted, indices); in processInstruction()1114 Value aggOperand = processValue(evInst->getAggregateOperand()); in processInstruction() local1115 if (!aggOperand) in processInstruction()1127 instMap[inst] = b.create<ExtractValueOp>(loc, type, aggOperand, indices); in processInstruction()