Searched refs:ShiftRight (Results 1 – 5 of 5) sorted by relevance
73 BitwiseOr, ShiftLeft, ShiftRight }; enumerator142 return std::make_pair(BinOpToken::ShiftRight, in parseBinOpToken()172 case BinOpToken::ShiftRight: in computeBinOpResult()
96 const Operator* ShiftRight() { BINOP(JSShiftRight); } in ShiftRight() function
1994 js_op = javascript()->ShiftRight(); in BuildBinaryOp()
626 SDValue ShiftRight = N->getOperand(0), Mask = N->getOperand(1); in performANDCombine() local627 unsigned ShiftRightOpc = ShiftRight.getOpcode(); in performANDCombine()635 if (!(CN = dyn_cast<ConstantSDNode>(ShiftRight.getOperand(1)))) in performANDCombine()653 ShiftRight.getOperand(0), DAG.getConstant(Pos, MVT::i32), in performANDCombine()
288 set(i++, javascript.ShiftRight(), true); in JSBitwiseShiftTypedLoweringTester()