Home | History | Annotate | Download | only in ExecutionEngine

Lines Matching refs:getParamType

442   if (NumArgs >= 3 && FTy->getParamType(2) != PPInt8Ty)
444 if (NumArgs >= 2 && FTy->getParamType(1) != PPInt8Ty)
446 if (NumArgs >= 1 && !FTy->getParamType(0)->isIntegerTy(32))