Home | History | Annotate | Download | only in Analysis

Lines Matching defs:FTy

128   FunctionType *FTy = Callee->getFunctionType();
130 if (FTy->getReturnType() == Type::getInt8PtrTy(FTy->getContext()) &&
131 FTy->getNumParams() == FnData->NumParams &&
133 (FTy->getParamType(FstParam)->isIntegerTy(32) ||
134 FTy->getParamType(FstParam)->isIntegerTy(64))) &&
136 FTy->getParamType(SndParam)->isIntegerTy(32) ||
137 FTy->getParamType(SndParam)->isIntegerTy(64)))
344 FunctionType *FTy = Callee->getFunctionType();
345 if (!FTy->getReturnType()->isVoidTy())
347 if (FTy->getNumParams() != ExpectedNumParams)
349 if (FTy->getParamType(0) != Type::getInt8PtrTy(Callee->getContext()))