Home
last modified time | relevance | path

Searched refs:getInt16PtrTy (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DType.h336 static PointerType *getInt16PtrTy(LLVMContext &C, unsigned AS = 0);
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h410 static PointerType *getInt16PtrTy(LLVMContext &C, unsigned AS = 0);
/external/llvm/include/llvm/IR/
DType.h399 static PointerType *getInt16PtrTy(LLVMContext &C, unsigned AS = 0);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DType.h442 static PointerType *getInt16PtrTy(LLVMContext &C, unsigned AS = 0);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DType.cpp224 PointerType *Type::getInt16PtrTy(LLVMContext &C, unsigned AS) { in getInt16PtrTy() function in Type
/external/swiftshader/third_party/LLVM/lib/VMCore/
DType.cpp256 PointerType *Type::getInt16PtrTy(LLVMContext &C, unsigned AS) { in getInt16PtrTy() function in Type
/external/llvm/lib/IR/
DType.cpp217 PointerType *Type::getInt16PtrTy(LLVMContext &C, unsigned AS) { in getInt16PtrTy() function in Type
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp219 indices = BITCAST(indices, Type::getInt16PtrTy(JM()->mContext, 0)); in Create()
234 pLastIndex = BITCAST(pLastIndex, Type::getInt16PtrTy(JM()->mContext, 0)); in Create()
237 pLastIndex = BITCAST(pLastIndex, Type::getInt16PtrTy(JM()->mContext, 0)); in Create()