Searched defs:isFunctionTy (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/
H A DType.h190 /// isFunctionTy - True if this is an instance of FunctionType.
192 bool isFunctionTy() const { return getTypeID() == FunctionTyID; } function in class:llvm::Type

Completed in 91 milliseconds