Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp472 if (auto invokeOp = dyn_cast<LLVM::InvokeOp>(terminator)) { in getPHISourceValue() local
473 return invokeOp.getNormalDest() == current in getPHISourceValue()
474 ? invokeOp.getNormalDestOperands()[index] in getPHISourceValue()
475 : invokeOp.getUnwindDestOperands()[index]; in getPHISourceValue()