Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp70 SmallVector<std::pair<int, Type *>, 4> ChangedTypes; in processFunctionSignature() local
73 ChangedTypes.push_back(std::pair<int, Type *>(-1, F->getReturnType())); in processFunctionSignature()
78 ChangedTypes.push_back( in processFunctionSignature()
105 for (auto &ChangedTyP : ChangedTypes) in processFunctionSignature()