Searched refs:GetDebugVectorType (Results 1 – 2 of 2) sorted by relevance
186 llvm::DIType* GetDebugVectorType(llvm::Type* pTy);
265 case Type::VectorTyID: return GetDebugVectorType(pTy); break; in GetDebugType()315 DIType* JitManager::GetDebugVectorType(Type* pTy) in GetDebugVectorType() function in JitManager