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

References

lib/Transforms/Scalar/MergeICmps.cpp
  194     if (Rhs_ < Lhs_) std::swap(Rhs_, Lhs_);
  194     if (Rhs_ < Lhs_) std::swap(Rhs_, Lhs_);
  197   bool IsValid() const { return Lhs_.BaseId != 0 && Rhs_.BaseId != 0; }
  210   const BCEAtom &Rhs() const { return Rhs_; }
  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});