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