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

References

lib/Transforms/Scalar/InferAddressSpaces.cpp
  884       ValueWithNewAddrSpace[V] = cloneValueWithNewAddressSpace(
  885         V, NewAddrSpace, ValueWithNewAddrSpace, &UndefUsesToFix);
  889   if (ValueWithNewAddrSpace.empty())
  895     User *NewV = cast<User>(ValueWithNewAddrSpace.lookup(V));
  898     NewV->setOperand(OperandNo, ValueWithNewAddrSpace.lookup(UndefUse->get()));
  907     Value *NewV = ValueWithNewAddrSpace.lookup(V);
  967           if (Value *OtherNewV = ValueWithNewAddrSpace.lookup(OtherSrc)) {