Home
last modified time | relevance | path

Searched defs:SeenTypes (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp481 SmallBitVector SeenTypes(8); in getAction() local
/third_party/spirv-tools/source/opt/
Dtypes.h73 using SeenTypes = spvtools::utils::SmallVector<const Type*, 8>; variable