Lines Matching defs:Small
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);
484 assert((!SmallIsVT || !Small.empty()) &&
485 "Small should not be empty for SDTCisVTSmallerThanOp");
487 if (Small.empty())
488 Changed |= EnforceAny(Small);
492 assert(Small.hasDefault() && Big.hasDefault());
495 union_modes(Small, Big, Modes);
502 TypeSetByHwMode::SetType &S = Small.get(M);
559 TypeSetByHwMode::SetType &S = Small.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