Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp866 using RebasedUse = std::tuple<Constant *, Type *, ConstantUser>; in emitBaseConstants() typedef
867 SmallVector<RebasedUse, 4> ToBeRebased; in emitBaseConstants()
877 ToBeRebased.push_back(RebasedUse(RCI.Offset, RCI.Ty, U)); in emitBaseConstants()