Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Tools/PDLL/AST/
H A DTypes.cpp82 StringRef name = getImplAs<ImplTy>()->getValue().first; in getName()
88 return getImplAs<ImplTy>()->getValue().second; in getODSOperation()
101 return getImplAs<ImplTy>()->getValue(); in getElementType()
154 return getImplAs<ImplTy>()->getValue().first; in getElementTypes()
158 return getImplAs<ImplTy>()->getValue().second; in getElementNames()
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/
H A DTypes.h114 const T *getImplAs() const { in getImplAs() function