Searched refs:ShiftRight (Results 1 – 2 of 2) sorted by relevance
562 SDValue ShiftRight = N->getOperand(0), Mask = N->getOperand(1); in performANDCombine() local563 unsigned ShiftRightOpc = ShiftRight.getOpcode(); in performANDCombine()571 if (!(CN = dyn_cast<ConstantSDNode>(ShiftRight.getOperand(1)))) in performANDCombine()589 ShiftRight.getOperand(0), DAG.getConstant(Pos, MVT::i32), in performANDCombine()
3545 Fixed a problem where a ShiftLeft or ShiftRight of more than 64 bits