Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp861 using RebasedUse = std::tuple<Constant *, Type *, ConstantUser>; in emitBaseConstants() typedef
862 SmallVector<RebasedUse, 4> ToBeRebased; in emitBaseConstants()
872 ToBeRebased.push_back(RebasedUse(RCI.Offset, RCI.Ty, U)); in emitBaseConstants()