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

/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp363 Type* PPInt8Ty = Type::getInt8PtrTy(Fn->getContext())->getPointerTo(); local
368 if (NumArgs >= 3 && FTy->getParamType(2) != PPInt8Ty)
370 if (NumArgs >= 2 && FTy->getParamType(1) != PPInt8Ty)

Completed in 48 milliseconds