Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributeImpl.h189 Type *getTypeValue() const { return Ty; } in getTypeValue() function
H A DAttributes.cpp679 return static_cast<const TypeAttributeImpl *>(this)->getTypeValue(); in getValueAsType()