Home
last modified time | relevance | path

Searched defs:arrayAttr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/
H A DLoweringHelpers.cpp79 auto arrayAttr = mlir::cast<mlir::ArrayAttr>(attr.getElts()); in convertToDenseElementsAttrImpl() local
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRAttrs.cpp241 const auto arrayAttr = mlir::cast<mlir::ArrayAttr>(elts); in verify() local
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp341 if (auto arrayAttr = mlir::dyn_cast<mlir::ArrayAttr>(attr.getElts())) { in visitCirAttr() local