Searched refs:arrayValue (Results 1 – 3 of 3) sorted by relevance
131 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
773 if (const llvm::json::Array *arrayValue = value.getAsArray()) { in fromJSON() local774 for (size_t i = 0, e = arrayValue->size(); i < e; ++i) { in fromJSON()776 if (fromJSON((*arrayValue)[i], kindOut, path.index(i))) in fromJSON()
2291 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