Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp46 return getSamplerType(T); in convertOpenCLSpecificType()
94 llvm::PointerType *CGOpenCLRuntime::getSamplerType(const Type *T) { in getSamplerType() function in CGOpenCLRuntime
H A DCGOpenCLRuntime.h73 llvm::PointerType *getSamplerType(const Type *T);
H A DCodeGenModule.cpp6838 auto *SamplerT = getOpenCLRuntime().getSamplerType(E->getType().getTypePtr()); in createOpenCLIntToSamplerConversion()