Searched refs:maxElements (Results 1 – 4 of 4) sorted by relevance
159 Pass *createArgumentPromotionPass(unsigned maxElements = 3);
977 int maxElements = 0x7FFFFFFF; in numArrayElements() local980 maxElements = static_cast<int>(CAT->getSize().getZExtValue()); in numArrayElements()982 return maxElements; in numArrayElements()1050 int maxElements = 0; in CheckImplicitInitList() local1053 maxElements = numArrayElements(T); in CheckImplicitInitList()1055 maxElements = numStructUnionElements(T); in CheckImplicitInitList()1057 maxElements = T->castAs<VectorType>()->getNumElements(); in CheckImplicitInitList()1061 if (maxElements == 0) { in CheckImplicitInitList()1687 unsigned maxElements = VT->getNumElements(); in CheckVectorType() local1736 for (unsigned i = 0; i < maxElements; ++i, ++numEltsInit) { in CheckVectorType()[all …]
1389 static maxElements = 2;1402 enforce(i++ < maxElements, "there can only be four elements"); in this()1412 maxElements = 30;1434 maxElements = 300;
2031 static maxElements = 2;2044 enforce(i++ < maxElements, "there can only be four elements"); in this()2053 maxElements = 0; // disallow any postblit