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

/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2245 unsigned NumTypeInfos = FilterType->getNumElements(); local
2250 if (!NumTypeInfos) {
2262 assert(NumTypeInfos > 0 && "Should have handled empty filter already!");
2275 if (NumTypeInfos > 1)
2280 NewFilterElts.reserve(NumTypeInfos);
2286 for (unsigned j = 0; j != NumTypeInfos; ++j) {
2311 if (NewFilterElts.size() < NumTypeInfos)

Completed in 39 milliseconds