Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Expanded

604       APInt Expanded = C->getAPIntValue() | (~NewMask);
606 if (Expanded.isAllOnesValue()) {
607 if (Expanded != C->getAPIntValue()) {
610 TLO.DAG.getConstant(Expanded, dl, VT));