Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp1978 if (auto elementsValue = value.dyn_cast<ElementsAttr>()) in isZeroAttribute() local
1979 return llvm::all_of(elementsValue.getValues<Attribute>(), isZeroAttribute); in isZeroAttribute()