Home | History | Annotate | Download | only in IR

Lines Matching refs:getFunctionType

227 FunctionType *Function::getFunctionType() const { return Ty; }
230 return getFunctionType()->isVarArg();
234 return getFunctionType()->getReturnType();
286 FunctionType *FT = getFunctionType();
299 return getFunctionType()->getNumParams();
302 return getFunctionType()->getNumParams() == 0;