Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Expanded

693   if (EVT(DestVT).bitsLT(NewVT))    // Value is expanded, e.g. i64 -> i16.
935 /// before they are promoted/expanded.
990 if (DestVT.bitsLT(NewVT)) // Value is expanded, e.g. i64 -> i16.
1381 APInt Expanded = C->getAPIntValue() | (~NewMask);
1383 if (Expanded.isAllOnesValue()) {
1384 if (Expanded != C->getAPIntValue()) {
1387 TLO.DAG.getConstant(Expanded, VT));