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

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

Completed in 160 milliseconds