Home
last modified time | relevance | path

Searched refs:aggOperand (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DConvertFromLLVMIR.cpp1100 Value aggOperand = processValue(ivInst->getAggregateOperand()); in processInstruction() local
1101 if (!aggOperand) in processInstruction()
1109 instMap[inst] = b.create<InsertValueOp>(loc, aggOperand, inserted, indices); in processInstruction()
1114 Value aggOperand = processValue(evInst->getAggregateOperand()); in processInstruction() local
1115 if (!aggOperand) in processInstruction()
1127 instMap[inst] = b.create<ExtractValueOp>(loc, type, aggOperand, indices); in processInstruction()