Home | History | Annotate | Download | only in JIT

Lines Matching defs:FTy

243   FunctionType *FTy = F->getFunctionType();
244 Type *RetTy = FTy->getReturnType();
246 assert((FTy->getNumParams() == ArgValues.size() ||
247 (FTy->isVarArg() && FTy->getNumParams() <= ArgValues.size())) &&
249 assert(FTy->getNumParams() == ArgValues.size() &&
257 if (FTy->getParamType(0)->isIntegerTy(32) &&
258 FTy->getParamType(1)->isPointerTy() &&
259 FTy->getParamType(2)->isPointerTy()) {
272 if (FTy->getParamType(0)->isIntegerTy(32) &&
273 FTy->getParamType(1)->isPointerTy()) {
284 if (FTy->getParamType(0)->isIntegerTy(32)) {
290 if (FTy->getParamType(0)->isPointerTy()) {
357 Type *ArgTy = FTy->getParamType(i);