Lines Matching defs:Leafs
22920 SmallVector<Entry, 32> Leafs;22971 Leafs.emplace_back(std::move(E));22974 unsigned NewVecEltBitWidth = Leafs.front().NumBits;22987 if (!all_of(Leafs, [NewVecEltBitWidth](const Entry &E) {23008 for (const Entry &E : Leafs) {