Searched defs:getInt8PtrTy (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/IR/
H A DType.cpp213 PointerType *Type::getInt8PtrTy(LLVMContext &C, unsigned AS) { function in class:Type
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DType.cpp252 PointerType *Type::getInt8PtrTy(LLVMContext &C, unsigned AS) { function in class:Type
/external/spirv-llvm/lib/SPIRV/
H A DSPIRVUtil.cpp792 return ConstantExpr::getBitCast(V, Type::getInt8PtrTy(V->getContext(), Addr));
796 getInt8PtrTy(PointerType *T) { function in namespace:SPIRV
797 return Type::getInt8PtrTy(T->getContext(), T->getAddressSpace());
802 return CastInst::CreatePointerCast(V, getInt8PtrTy(
816 BlkCtx ? BlkCtx : UndefValue::get(Type::getInt8PtrTy(Ctx))
/external/llvm/include/llvm/IR/
H A DIRBuilder.h368 PointerType *getInt8PtrTy(unsigned AddrSpace = 0) { function in class:llvm::IRBuilderBase
369 return Type::getInt8PtrTy(Context, AddrSpace);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DIRBuilder.h264 PointerType *getInt8PtrTy(unsigned AddrSpace = 0) { function in class:llvm::IRBuilderBase
265 return Type::getInt8PtrTy(Context, AddrSpace);

Completed in 150 milliseconds