Home
last modified time | relevance | path

Searched refs:SamplerTy (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenCLRuntime.h41 llvm::PointerType *SamplerTy; variable
60 PipeROTy(nullptr), PipeWOTy(nullptr), SamplerTy(nullptr) {} in CGOpenCLRuntime()
H A DCGOpenCLRuntime.cpp95 if (!SamplerTy) in getSamplerType()
96 SamplerTy = llvm::PointerType::get(llvm::StructType::create( in getSamplerType()
100 return SamplerTy; in getSamplerType()