Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DTFUtils.h55 return TensorSpec(Name, Port, getDataType<T>(), Shape);
76 return getDataType<T>() == TypeIndex; in isElementType()
83 template <typename T> static int getDataType() { in getDataType() function
265 template <> int TensorSpec::getDataType<T>();
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTFUtils.cpp466 template <> int TensorSpec::getDataType<T>() { return E; }