reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/MergeICmps.cpp
   93     LoadI = that.LoadI;
   93     LoadI = that.LoadI;
  257     MemoryLocation LLoc = MemoryLocation::get(Lhs_.LoadI);
  258     MemoryLocation RLoc = MemoryLocation::get(Rhs_.LoadI);
  274       {Lhs_.GEP, Rhs_.GEP, Lhs_.LoadI, Rhs_.LoadI, CmpI, BranchI});
  274       {Lhs_.GEP, Rhs_.GEP, Lhs_.LoadI, Rhs_.LoadI, CmpI, BranchI});
  294       {Lhs_.GEP, Rhs_.GEP, Lhs_.LoadI, Rhs_.LoadI, CmpI, BranchI});
  294       {Lhs_.GEP, Rhs_.GEP, Lhs_.LoadI, Rhs_.LoadI, CmpI, BranchI});
  308       {Lhs_.GEP, Rhs_.GEP, Lhs_.LoadI, Rhs_.LoadI, CmpI, BranchI});
  308       {Lhs_.GEP, Rhs_.GEP, Lhs_.LoadI, Rhs_.LoadI, CmpI, BranchI});
  629         Builder.CreateLoad(FirstCmp.Lhs().LoadI->getType(), Lhs);
  631         Builder.CreateLoad(FirstCmp.Rhs().LoadI->getType(), Rhs);