Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DBuiltinAttributes.h923 llvm::iterator_range<ComplexIntElementIterator> getComplexIntValues() const;
927 return getComplexIntValues();
/external/llvm-project/mlir/lib/IR/
DBuiltinAttributes.cpp1019 auto DenseElementsAttr::getComplexIntValues() const in getComplexIntValues() function in DenseElementsAttr
DAsmPrinter.cpp1724 auto complexValue = *(attr.getComplexIntValues().begin() + index); in printDenseIntOrFPElementsAttr()