HomeSort by relevance Sort by last modified time
    Searched defs:ConstantUser (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Transforms/Scalar/
ConstantHoisting.h 51 struct ConstantUser {
55 ConstantUser(Instruction *Inst, unsigned Idx) : Inst(Inst), OpndIdx(Idx) { }
58 typedef SmallVector<ConstantUser, 8> ConstantUseListType;
72 Uses.push_back(ConstantUser(Inst, Idx));
142 const consthoist::ConstantUser &ConstUser);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
ConstantHoisting.h 65 struct ConstantUser {
69 ConstantUser(Instruction *Inst, unsigned Idx) : Inst(Inst), OpndIdx(Idx) {}
72 using ConstantUseListType = SmallVector<ConstantUser, 8>;
85 Uses.push_back(ConstantUser(Inst, Idx));
159 const consthoist::ConstantUser &ConstUser);

Completed in 91 milliseconds