Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Small

1898 /// small case ranges).
1929 Case &Small = *CR.Range.first;
1932 if (Small.Low == Small.High && Big.Low == Big.High && Small.BB == Big.BB) {
1933 const APInt& SmallValue = cast<ConstantInt>(Small.Low)->getValue();
1955 addSuccessorWithWeight(SwitchBB, Small.BB);
1961 DAG.getBasicBlock(Small.BB));
2005 // This is just small small case range :) containing exactly 1 case
4334 // a small number of multiplies, otherwise we do the full expansion.
5456 // supports the MVT we'll be loading or if it is small enough (<= 4) that
5457 // we'll only produce a small number of byte loads.