reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/ExecutionEngine/ExecutionEngine.cpp
  439   if (NumArgs > 3)
  441   if (NumArgs >= 3 && FTy->getParamType(2) != PPInt8Ty)
  443   if (NumArgs >= 2 && FTy->getParamType(1) != PPInt8Ty)
  445   if (NumArgs >= 1 && !FTy->getParamType(0)->isIntegerTy(32))
  453   if (NumArgs) {
  455     if (NumArgs > 1) {
  460       if (NumArgs > 2) {