Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIROps.td313 AllocaTypesMatchWith<"'allocaType' matches pointee type of 'addr'",
314 "addr", "allocaType",
339 TypeAttr:$allocaType,
353 "mlir::Type":$allocaType,
364 $allocaType `,` qualified(type($addr)) `,`
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRDialect.cpp243 mlir::Type allocaType, llvm::StringRef name, in build() argument
246 mlir::TypeAttr::get(allocaType)); in build()