Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp262 if (auto ptrResultType = resultType.dyn_cast<LLVMPointerType>()) { in parse() local
263 if (ptrResultType.isOpaque()) in parse()