HomeSort by relevance Sort by last modified time
    Searched refs:getCanonicalTree (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/ADT/
ImmutableMap.h 112 return ImmutableMap(Canonicalize ? F.getCanonicalTree(T): T);
117 return ImmutableMap(Canonicalize ? F.getCanonicalTree(T): T);
336 return ImmutableMap<KeyT, ValT>(Factory->getCanonicalTree(Root));
ImmutableIntervalMap.h 223 return ImmutableIntervalMap(F.getCanonicalTree(T));
228 return ImmutableIntervalMap(F.getCanonicalTree(T));
ImmutableSet.h 609 TreeTy *getCanonicalTree(TreeTy *TNew) {
989 return ImmutableSet(Canonicalize ? F.getCanonicalTree(NewT) : NewT);
1001 return ImmutableSet(Canonicalize ? F.getCanonicalTree(NewT) : NewT);
    [all...]

Completed in 295 milliseconds