Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp365 Type* PPInt8Ty = Type::getInt8PtrTy(Fn->getContext())->getPointerTo(); in runFunctionAsMain() local
370 if (NumArgs >= 3 && FTy->getParamType(2) != PPInt8Ty) in runFunctionAsMain()
372 if (NumArgs >= 2 && FTy->getParamType(1) != PPInt8Ty) in runFunctionAsMain()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp433 Type* PPInt8Ty = Type::getInt8PtrTy(Fn->getContext())->getPointerTo(); in runFunctionAsMain() local
438 if (NumArgs >= 3 && FTy->getParamType(2) != PPInt8Ty) in runFunctionAsMain()
440 if (NumArgs >= 2 && FTy->getParamType(1) != PPInt8Ty) in runFunctionAsMain()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp437 Type* PPInt8Ty = Type::getInt8PtrTy(Fn->getContext())->getPointerTo(); in runFunctionAsMain() local
442 if (NumArgs >= 3 && FTy->getParamType(2) != PPInt8Ty) in runFunctionAsMain()
444 if (NumArgs >= 2 && FTy->getParamType(1) != PPInt8Ty) in runFunctionAsMain()