Searched refs:specialTypes (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2424 static const char *const specialTypes[] = { "struct._image2d_t", local
2441 return std::find(std::begin(specialTypes), std::end(specialTypes),
2442 STy->getName()) != std::end(specialTypes);

Completed in 118 milliseconds