Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuiltinAttributes.h138 return getRawComplex(type, ArrayRef<char>(data, values.size() * sizeof(T)),
702 static DenseElementsAttr getRawComplex(ShapedType type, ArrayRef<char> data,
H A DBuiltinAttributes.td335 static DenseElementsAttr getRawComplex(ShapedType type, ArrayRef<char> data,
/llvm-project-15.0.7/mlir/lib/IR/
H A DBuiltinAttributes.cpp1166 DenseElementsAttr DenseElementsAttr::getRawComplex(ShapedType type, in getRawComplex() function in DenseElementsAttr
1170 return DenseIntOrFPElementsAttr::getRawComplex(type, data, dataEltSize, isInt, in getRawComplex()
1400 DenseElementsAttr DenseIntOrFPElementsAttr::getRawComplex(ShapedType type, in getRawComplex() function in DenseIntOrFPElementsAttr