Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h231 Type *getTypeValue() const { return Ty; } in getTypeValue() function
H A DAttributes.cpp795 return static_cast<const TypeAttributeImpl *>(this)->getTypeValue(); in getValueAsType()