Home
last modified time | relevance | path

Searched refs:PPInt8Ty (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp433 Type *PPInt8Ty = PointerType::get(Fn->getContext(), 0); in runFunctionAsMain() local
438 if (NumArgs >= 3 && FTy->getParamType(2) != PPInt8Ty) in runFunctionAsMain()
440 if (NumArgs >= 2 && FTy->getParamType(1) != PPInt8Ty) in runFunctionAsMain()