Home | History | Annotate | Download | only in IR

Lines Matching defs:getFunctionType

234 FunctionType *Function::getFunctionType() const {
239 return getFunctionType()->isVarArg();
243 return getFunctionType()->getReturnType();
294 FunctionType *FT = getFunctionType();
329 return getFunctionType()->getNumParams();
332 return getFunctionType()->getNumParams() == 0;
1086 FunctionType *FTy = F->getFunctionType();
1111 assert(NewDecl->getFunctionType() == FTy && "Shouldn't change the signature");