Searched refs:UseAndIsSplittable (Results 1 – 1 of 1) sorted by relevance
142 PointerIntPair<Use *, 1, bool> UseAndIsSplittable; member in __anonadce12ea0211::Slice148 UseAndIsSplittable(U, IsSplittable) {} in Slice()153 bool isSplittable() const { return UseAndIsSplittable.getInt(); } in isSplittable()154 void makeUnsplittable() { UseAndIsSplittable.setInt(false); } in makeUnsplittable()156 Use *getUse() const { return UseAndIsSplittable.getPointer(); } in getUse()159 void kill() { UseAndIsSplittable.setPointer(nullptr); } in kill()