Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:TopBit

367     auto TopBit = APInt::getOneBitSet(NVT.getScalarSizeInBits(),
369 Op = DAG.getNode(ISD::OR, dl, NVT, Op, DAG.getConstant(TopBit, NVT));