Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h70 struct ConstantUser { struct
74 ConstantUser(Instruction *Inst, unsigned Idx) : Inst(Inst), OpndIdx(Idx) {} in ConstantUser() argument
77 using ConstantUseListType = SmallVector<ConstantUser, 8>;
95 Uses.push_back(ConstantUser(Inst, Idx)); in addUser()
196 const consthoist::ConstantUser &ConstUser);
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp750 const ConstantUser &ConstUser) { in emitBaseConstants()
861 using RebasedUse = std::tuple<Constant *, Type *, ConstantUser>; in emitBaseConstants()
906 ConstantUser U = std::get<2>(R); in emitBaseConstants()