Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Conversion/MemRefToEmitC/
H A DMemRefToEmitC.cpp131 auto arrayValue = in matchAndRewrite() local
133 if (!arrayValue) { in matchAndRewrite()
138 op.getLoc(), arrayValue, operands.getIndices()); in matchAndRewrite()
151 auto arrayValue =
153 if (!arrayValue) {
158 op.getLoc(), arrayValue, operands.getIndices()); in matchAndRewrite()
156 auto arrayValue = matchAndRewrite() local
/llvm-project/mlir/lib/Tools/lsp-server-support/
H A DProtocol.cpp773 if (const llvm::json::Array *arrayValue = value.getAsArray()) { in fromJSON() local
774 for (size_t i = 0, e = arrayValue->size(); i < e; ++i) { in fromJSON()
776 if (fromJSON((*arrayValue)[i], kindOut, path.index(i))) in fromJSON()
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp2291 if (auto arrayValue = llvm::dyn_cast<ArrayAttr>(value)) in buildLLVMFunctionType()
2292 return llvm::all_of(arrayValue.getValue(), isZeroAttribute); in buildLLVMFunctionType()
2054 if (auto arrayValue = llvm::dyn_cast<ArrayAttr>(value)) isZeroAttribute() local