Home | History | Annotate | Download | only in Mips

Lines Matching defs:BitMask

1496   SDValue BitMask = DAG.getConstant(~BitImm, ResTy);
1498 return DAG.getNode(ISD::AND, DL, ResTy, Op->getOperand(1), BitMask);