Searched refs:getImplAs (Results 1 – 2 of 2) sorted by relevance
82 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()
114 const T *getImplAs() const { in getImplAs() function