Searched refs:convertOpenCLSpecificType (Results 1 – 3 of 3) sorted by relevance
46 virtual llvm::Type *convertOpenCLSpecificType(const Type *T);
32 llvm::Type *CGOpenCLRuntime::convertOpenCLSpecificType(const Type *T) { in convertOpenCLSpecificType() function in CGOpenCLRuntime
393 ResultType = CGM.getOpenCLRuntime().convertOpenCLSpecificType(Ty); in ConvertType()