Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/ExecutionEngine/SparseTensor/
H A DFile.cpp91 return isComplexPrimaryType(valTy); in canReadAs()
/llvm-project/mlir/include/mlir/Dialect/SparseTensor/IR/
H A DEnums.h141 constexpr bool isComplexPrimaryType(PrimaryType valTy) { in isComplexPrimaryType() function