Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/
DSPIRVUtil.cpp404 getSPIRVFuncName(Op OC, const Type *pRetTy, bool IsSigned) { in getSPIRVFuncName() argument
406 getPostfixForReturnType(pRetTy, false)); in getSPIRVFuncName()
464 std::string getPostfixForReturnType(const Type *pRetTy, bool IsSigned) { in getPostfixForReturnType() argument
466 mapLLVMTypeToOCLType(pRetTy, IsSigned); in getPostfixForReturnType()
DSPIRVInternal.h598 std::string getSPIRVFuncName(Op OC, const Type *pRetTy, bool IsSigned = false);
790 std::string getPostfixForReturnType(const Type *pRetTy, bool IsSigned = false);