Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h447 static PointerType *getDoublePtrTy(LLVMContext &C, unsigned AS = 0);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h402 static PointerType *getDoublePtrTy(LLVMContext &C, unsigned AS = 0);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp196 PointerType *Type::getDoublePtrTy(LLVMContext &C, unsigned AS) { in getDoublePtrTy() function in Type