Searched refs:isShiftOp (Results 1 – 8 of 8) sorted by relevance
540 } else if (!BinaryOperator::isShiftOp(op)) { in evalBinOpNN()
4054 static bool isShiftOp(Opcode Opc) { return Opc == BO_Shl || Opc == BO_Shr; } in isShiftOp() function4055 bool isShiftOp() const { return isShiftOp(getOpcode()); } in isShiftOp() function
1828 if (BinaryOperator::isShiftOp(Opcode)) { in EmitBinOpCheck()4595 bool IsShift = BinaryOperator::isShiftOp(op.Opcode) || in EmitFixedPointBinOp()
1402 bool NeedIntPromot = ElemT == PT_Bool && (E->isBitwiseOp() || E->isShiftOp()); in VisitVectorBinOp()
1199 bool isShiftOp() const { in isShiftOp() function in __anon07b2d7740811::InstructionsState9732 (LocalState.isShiftOp() || LocalState.isBitwiseLogicOp() || in canBuildSplitNode()
17592 return (BO->isShiftOp() || BO->isAdditiveOp() || BO->isMultiplicativeOp() || in UsefulToPrintExpr()
8710 BinaryOperator::isShiftOp(Opc) || Opc == BO_And || Opc == BO_Or; in IsArithmeticOp()
11446 AtomicInnerBinOp->isAdditiveOp() || AtomicInnerBinOp->isShiftOp() || in checkBinaryOperation()