Searched refs:BO_Shl (Results 1 – 17 of 17) sorted by relevance
312 BO_Shl, BO_Shr, // [C99 6.5.7] Bitwise shift operators. enumerator
54 case BO_Shl: DISPATCH(BinShl, BinaryOperator); in Visit()
3043 static bool isShiftOp(Opcode Opc) { return Opc == BO_Shl || Opc == BO_Shr; } in isShiftOp()
172 case BO_Shl: { in evalAPSInt()
43 case BO_Shl: in canReasonAbout()
245 case BO_Shl: in MakeSymIntVal()416 case BO_Shl: in evalBinOpNN()
114 case BO_ShlAssign: Op = BO_Shl; break; in VisitBinaryOperator()
87 if (opc != BO_Mul && opc != BO_Add && opc != BO_Sub && opc != BO_Shl) in CheckMallocArgument()
503 case BO_Shl: return translateBinOp(til::BOP_Shl, BO, Ctx); in translateBinaryOperator()
1005 BinaryOp = BO_Shl; in DecodeOperatorCall()
1827 case BO_Shl: return "<<"; in getOpcodeStr()1880 case OO_LessLess: return BO_Shl; in getOverloadedOpcode()
1759 case BO_Shl: { in handleIntIntBinOp()9248 case BO_Shl: in CheckICE()
2254 case BO_Shl: in emitOMPAtomicRMW()
3536 case BO_Shl: in EmitCompoundAssignmentLValue()
8119 if (Opc != BO_Shl) in DiagnoseBadShiftValues()10115 case tok::lessless: Opc = BO_Shl; break; in ConvertTokenKindToBinaryOpcode()10348 case BO_Shl: in CreateBuiltinBinOp()10650 if ((Opc == BO_Shl && LHSExpr->getType()->isIntegralType(Self.getASTContext())) in DiagnoseBinOpPrecedence()
7378 case BO_Shl: in ActOnOpenMPReductionClause()
6315 case BO_Shl: in GetExprRange()