Home
last modified time | relevance | path

Searched refs:isShiftOp (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp480 } else if (!BinaryOperator::isShiftOp(op)) { in evalBinOpNN()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h3816 static bool isShiftOp(Opcode Opc) { return Opc == BO_Shl || Opc == BO_Shr; } in isShiftOp() function
3817 bool isShiftOp() const { return isShiftOp(getOpcode()); } in isShiftOp() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp805 if (BO->isShiftOp() || BO->isBitwiseOp()) in UseNSOptionsMacro()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp1544 if (BinaryOperator::isShiftOp(Opcode)) { in EmitBinOpCheck()
3710 bool IsShift = BinaryOperator::isShiftOp(op.Opcode) || in EmitFixedPointBinOp()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp8542 BinaryOperator::isShiftOp(Opc) || Opc == BO_And || Opc == BO_Or; in IsArithmeticOp()
H A DSemaOpenMP.cpp10472 AtomicInnerBinOp->isAdditiveOp() || AtomicInnerBinOp->isShiftOp() || in checkBinaryOperation()