Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAttributeImpl.h196 Type *getTypeValue() const { return Ty; } in getTypeValue() function
H A DAttributes.cpp661 return static_cast<const TypeAttributeImpl *>(this)->getTypeValue(); in getValueAsType()