Home
last modified time | relevance | path

Searched refs:ValueAndIsOffset (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp61 using ValueAndIsOffset = PointerIntPair<Value *, 1, bool>; in isOnlyCopiedFromConstantMemory() typedef
62 SmallVector<ValueAndIsOffset, 32> Worklist; in isOnlyCopiedFromConstantMemory()
63 SmallPtrSet<ValueAndIsOffset, 32> Visited; in isOnlyCopiedFromConstantMemory()
66 ValueAndIsOffset Elem = Worklist.pop_back_val(); in isOnlyCopiedFromConstantMemory()