Lines Matching defs:Big
476 /// Make sure that for each type in Small, there exists a larger type in Big.
477 bool TypeInfer::EnforceSmallerThan(TypeSetByHwMode &Small, TypeSetByHwMode &Big,
479 ValidateOnExit _1(Small, *this), _2(Big, *this);
489 if (Big.empty())
490 Changed |= EnforceAny(Big);
492 assert(Small.hasDefault() && Big.hasDefault());
495 union_modes(Small, Big, Modes);
503 TypeSetByHwMode::SetType &B = Big.get(M);
560 TypeSetByHwMode::SetType &B = Big.get(M);
561 // MinS = min scalar in Small, remove all scalars from Big that are
568 // MaxS = max scalar in Big, remove all scalars from Small that are
575 // MinV = min vector in Small, remove all vectors from Big that are
582 // MaxV = max vector in Big, remove all vectors from Small that are