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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1504 unsigned NumTypeInfos = FilterType->getNumElements(); local
1509 if (!NumTypeInfos) {
1521 assert(NumTypeInfos > 0 && "Should have handled empty filter already!");
1534 if (NumTypeInfos > 1)
1539 NewFilterElts.reserve(NumTypeInfos);
1545 for (unsigned j = 0; j != NumTypeInfos; ++j) {
1570 if (NewFilterElts.size() < NumTypeInfos)
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2460 unsigned NumTypeInfos = FilterType->getNumElements(); local
2465 if (!NumTypeInfos) {
2477 assert(NumTypeInfos > 0 && "Should have handled empty filter already!");
2490 if (NumTypeInfos > 1)
2495 NewFilterElts.reserve(NumTypeInfos);
2501 for (unsigned j = 0; j != NumTypeInfos; ++j) {
2540 if (NewFilterElts.size() < NumTypeInfos)

Completed in 61 milliseconds