Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRInterfaces.cpp175 static void appendResultsCallback(intptr_t nTypes, MlirType *types, in appendResultsCallback() argument
178 data->inferredTypes.reserve(data->inferredTypes.size() + nTypes); in appendResultsCallback()
179 for (intptr_t i = 0; i < nTypes; ++i) { in appendResultsCallback()