Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuiltinAttributes.h114 return getRawIntOrFloat(
709 static DenseElementsAttr getRawIntOrFloat(ShapedType type,
H A DBuiltinAttributes.td342 static DenseElementsAttr getRawIntOrFloat(ShapedType type,
/llvm-project-15.0.7/mlir/lib/IR/
H A DBuiltinAttributes.cpp1173 DenseElementsAttr DenseElementsAttr::getRawIntOrFloat(ShapedType type, in getRawIntOrFloat() function in DenseElementsAttr
1178 return DenseIntOrFPElementsAttr::getRawIntOrFloat(type, data, dataEltSize, in getRawIntOrFloat()
1419 DenseIntOrFPElementsAttr::getRawIntOrFloat(ShapedType type, ArrayRef<char> data, in getRawIntOrFloat() function in DenseIntOrFPElementsAttr