Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp65 struct ConstantUser { struct
66 Instruction *Inst;
67 unsigned OpndIdx;
69 ConstantUser(Instruction *Inst, unsigned Idx) : Inst(Inst), OpndIdx(Idx) { } in ConstantUser() function