Searched defs:BinaryOp (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h32 BinaryOp, enumerator in enum:lldb_private::postfix::Node::Kind
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1386 DecodeOperatorCall(const CXXOperatorCallExpr *S, UnaryOperatorKind &UnaryOp, BinaryOperatorKind &BinaryOp) argument
1598 BinaryOperatorKind BinaryOp = BO_Comma; local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1202 class BinaryOp : public SExpr { class in namespace:clang::threadSafety
1204 BinaryOp(TIL_BinaryOpcode Op, SExpr *E0, SExpr *E1) function in class:clang::threadSafety::BinaryOp
1209 BinaryOp(const BinaryOp &B, SExpr *E0, SExpr *E1) function in class:clang::threadSafety::BinaryOp
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1537 Optional<Instruction::BinaryOps> BinaryOp; member in struct:SimplifyAction
1551 SimplifyAction(Instruction::BinaryOps BinaryOp, FtzRequirementTy FtzReq) argument
H A DInstCombineCompares.cpp4469 static bool isNeutralValue(Instruction::BinaryOps BinaryOp, Value *RHS) { argument
4481 computeOverflow( Instruction::BinaryOps BinaryOp, bool IsSigned, Value *LHS, Value *RHS, Instruction *CxtI) const argument
4505 OptimizeOverflowCheck( Instruction::BinaryOps BinaryOp, bool IsSigned, Value *LHS, Value *RHS, Instruction &OrigI, Value *&Result, Constant *&Overflow) argument

Completed in 211 milliseconds