Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DConvertFromLLVMIR.cpp1113 auto *evInst = cast<llvm::ExtractValueInst>(inst); in processInstruction() local
1114 Value aggOperand = processValue(evInst->getAggregateOperand()); in processInstruction()
1123 for (unsigned idx : evInst->getIndices()) in processInstruction()