Home | History | Annotate | Download | only in MCJIT

Lines Matching defs:FTy

438   FunctionType *FTy = F->getFunctionType();
439 Type *RetTy = FTy->getReturnType();
441 assert((FTy->getNumParams() == ArgValues.size() ||
442 (FTy->isVarArg() && FTy->getNumParams() <= ArgValues.size())) &&
444 assert(FTy->getNumParams() == ArgValues.size() &&
452 if (FTy->getParamType(0)->isIntegerTy(32) &&
453 FTy->getParamType(1)->isPointerTy() &&
454 FTy->getParamType(2)->isPointerTy()) {
467 if (FTy->getParamType(0)->isIntegerTy(32) &&
468 FTy->getParamType(1)->isPointerTy()) {
479 if (FTy->getNumParams() == 1 &&
480 FTy->getParamType(0)->isIntegerTy(32)) {