Searched refs:ValueAndIsOffset (Results 1 – 1 of 1) sorted by relevance
61 using ValueAndIsOffset = PointerIntPair<Value *, 1, bool>; in isOnlyCopiedFromConstantMemory() typedef62 SmallVector<ValueAndIsOffset, 32> Worklist; in isOnlyCopiedFromConstantMemory()63 SmallPtrSet<ValueAndIsOffset, 32> Visited; in isOnlyCopiedFromConstantMemory()66 ValueAndIsOffset Elem = Worklist.pop_back_val(); in isOnlyCopiedFromConstantMemory()