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

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

Completed in 74 milliseconds