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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp438 Type* PPInt8Ty = Type::getInt8PtrTy(Fn->getContext())->getPointerTo(); local
443 if (NumArgs >= 3 && FTy->getParamType(2) != PPInt8Ty)
445 if (NumArgs >= 2 && FTy->getParamType(1) != PPInt8Ty)

Completed in 52 milliseconds