Searched refs:isBitwiseOp (Results 1 – 5 of 5) sorted by relevance
4057 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } in isBitwiseOp() function4058 bool isBitwiseOp() const { return isBitwiseOp(getOpcode()); } in isBitwiseOp() function
8802 unsigned DiagID = BinaryOperator::isBitwiseOp(CondOpcode) in DiagnoseConditionalPrecedence()15255 bool isLeftBitwise = LHSBO && LHSBO->isBitwiseOp(); in DiagnoseBitwisePrecedence()15256 bool isRightBitwise = RHSBO && RHSBO->isBitwiseOp(); in DiagnoseBitwisePrecedence()15335 if (Bop->isBitwiseOp() && Bop->getOpcode() < Opc) { in DiagnoseBitwiseOpInBitwiseOp()15393 if (BinaryOperator::isBitwiseOp(Opc)) in DiagnoseBinOpPrecedence()
17593 BO->isBitwiseOp()); in UsefulToPrintExpr()
11447 AtomicInnerBinOp->isBitwiseOp()) { in checkBinaryOperation()
1402 bool NeedIntPromot = ElemT == PT_Bool && (E->isBitwiseOp() || E->isShiftOp()); in VisitVectorBinOp()