Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:BigValue

9798       const APInt &BigValue = Big.Low->getValue();
9801 APInt CommonBit = BigValue ^ SmallValue;
9810 DL, MVT::i1, Or, DAG.getConstant(BigValue | SmallValue, DL, VT),