Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp2837 Type annotatedType) { in verifyStructAttr() argument
2838 auto structType = annotatedType.dyn_cast<LLVMStructType>(); in verifyStructAttr()
2845 const auto ptrType = annotatedType.dyn_cast<LLVMPointerType>(); in verifyStructAttr()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMOpBase.td51 Operation *op, Attribute attr, Type annotatedType);