Home
last modified time | relevance | path

Searched refs:getIntNPtrTy (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h407 static PointerType *getIntNPtrTy(LLVMContext &C, unsigned N, unsigned AS = 0);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h452 static PointerType *getIntNPtrTy(LLVMContext &C, unsigned N, unsigned AS = 0);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp216 PointerType *Type::getIntNPtrTy(LLVMContext &C, unsigned N, unsigned AS) { in getIntNPtrTy() function in Type