Searched refs:SamplerTy (Results 1 – 2 of 2) sorted by relevance
70 if (SamplerTy) in getSamplerType()71 return SamplerTy; in getSamplerType()75 SamplerTy = TransTy; in getSamplerType()77 SamplerTy = getPointerType(T); in getSamplerType()78 return SamplerTy; in getSamplerType()
41 llvm::Type *SamplerTy; variable59 PipeROTy(nullptr), PipeWOTy(nullptr), SamplerTy(nullptr) {} in CGOpenCLRuntime()