Home | History | Annotate | Download | only in JIT

Lines Matching defs:FTy

395   FunctionType *FTy = F->getFunctionType();
396 Type *RetTy = FTy->getReturnType();
398 assert((FTy->getNumParams() == ArgValues.size() ||
399 (FTy->isVarArg() && FTy->getNumParams() <= ArgValues.size())) &&
401 assert(FTy->getNumParams() == ArgValues.size() &&
409 if (FTy->getParamType(0)->isIntegerTy(32) &&
410 FTy->getParamType(1)->isPointerTy() &&
411 FTy->getParamType(2)->isPointerTy()) {
424 if (FTy->getParamType(0)->isIntegerTy(32) &&
425 FTy->getParamType(1)->isPointerTy()) {
436 if (FTy->getNumParams() == 1 &&
437 FTy->getParamType(0)->isIntegerTy(32)) {
504 Type *ArgTy = FTy->getParamType(i);