Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp540 } else if (!BinaryOperator::isShiftOp(op)) { in evalBinOpNN()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4054 static bool isShiftOp(Opcode Opc) { return Opc == BO_Shl || Opc == BO_Shr; } in isShiftOp() function
4055 bool isShiftOp() const { return isShiftOp(getOpcode()); } in isShiftOp() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1828 if (BinaryOperator::isShiftOp(Opcode)) { in EmitBinOpCheck()
4595 bool IsShift = BinaryOperator::isShiftOp(op.Opcode) || in EmitFixedPointBinOp()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp1402 bool NeedIntPromot = ElemT == PT_Bool && (E->isBitwiseOp() || E->isShiftOp()); in VisitVectorBinOp()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1199 bool isShiftOp() const { in isShiftOp() function in __anon07b2d7740811::InstructionsState
9732 (LocalState.isShiftOp() || LocalState.isBitwiseLogicOp() || in canBuildSplitNode()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp17592 return (BO->isShiftOp() || BO->isAdditiveOp() || BO->isMultiplicativeOp() || in UsefulToPrintExpr()
H A DSemaExpr.cpp8710 BinaryOperator::isShiftOp(Opc) || Opc == BO_And || Opc == BO_Or; in IsArithmeticOp()
H A DSemaOpenMP.cpp11446 AtomicInnerBinOp->isAdditiveOp() || AtomicInnerBinOp->isShiftOp() || in checkBinaryOperation()