Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp1104 SmallVector<Type*, 16> EltTypes(VecSize); in getTypeForElements() local
1106 EltTypes[i] = V[i]->getType(); in getTypeForElements()
1108 return StructType::get(Context, EltTypes, Packed); in getTypeForElements()