Lines Matching defs:Leafs
22452 SmallVector<Entry, 32> Leafs;22503 Leafs.emplace_back(std::move(E));22506 unsigned NewVecEltBitWidth = Leafs.front().NumBits;22519 if (!all_of(Leafs, [NewVecEltBitWidth](const Entry &E) {22540 for (const Entry &E : Leafs) {