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

References

include/llvm/ADT/ImmutableMap.h
  119       return ImmutableMap(Canonicalize ? F.getCanonicalTree(T): T);
  124       return ImmutableMap(Canonicalize ? F.getCanonicalTree(T): T);
  343     return ImmutableMap<KeyT, ValT>(Factory->getCanonicalTree(Root));
include/llvm/ADT/ImmutableSet.h
 1021       return ImmutableSet(Canonicalize ? F.getCanonicalTree(NewT) : NewT);
 1033       return ImmutableSet(Canonicalize ? F.getCanonicalTree(NewT) : NewT);
 1171                               Factory->getCanonicalTree(Root) : Root);