Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Expanded

547       APInt Expanded = C->getAPIntValue() | (~NewMask);
549 if (Expanded.isAllOnesValue()) {
550 if (Expanded != C->getAPIntValue()) {
553 TLO.DAG.getConstant(Expanded, VT));