Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLBuiltins.cpp220 static std::string getSpecConstantFunctionName(clang::QualType SpecConstantType, in getSpecConstantFunctionName() argument
223 QualType ClangParamTypes[] = {Context.IntTy, SpecConstantType}; in getSpecConstantFunctionName()
229 Context.getFunctionType(SpecConstantType, ClangParamTypes, EPI); in getSpecConstantFunctionName()
817 const clang::QualType &SpecConstantType) { in getSpecConstantFunction() argument
822 getSpecConstantFunctionName(SpecConstantType, getContext()); in getSpecConstantFunction()
827 llvm::Type *RetTy = ConvertType(SpecConstantType); in getSpecConstantFunction()
H A DCodeGenFunction.h4861 getSpecConstantFunction(const clang::QualType &SpecConstantType);