Searched refs:unioned (Results 1 – 5 of 5) sorted by relevance
907 Type Type::NormalizeUnion(UnionType* unioned, int size, Zone* zone) { in NormalizeUnion() argument909 DCHECK(unioned->Get(0).IsBitset()); in NormalizeUnion()912 return unioned->Get(0); in NormalizeUnion()914 bitset bits = unioned->Get(0).AsBitset(); in NormalizeUnion()917 if (unioned->Get(1).IsRange()) { in NormalizeUnion()918 return Type::Range(unioned->Get(1).AsRange()->Min(), in NormalizeUnion()919 unioned->Get(1).AsRange()->Max(), zone); in NormalizeUnion()922 unioned->Shrink(size); in NormalizeUnion()923 SLOW_DCHECK(unioned->Wellformed()); in NormalizeUnion()924 return Type(unioned); in NormalizeUnion()
497 static Type NormalizeUnion(UnionType* unioned, int size, Zone* zone);
63 * Set bindings are now unioned when calling `.plus()`.
1326 #Line # target unioned with operand ##