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

/openbsd-current/gnu/llvm/lldb/include/lldb/Symbol/
H A DPostfixExpression.h32 BinaryOp, enumerator in enum:lldb_private::postfix::Node::Kind
/openbsd-current/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp145 std::optional<Instruction::BinaryOps> BinaryOp; member in struct:SimplifyAction
163 SimplifyAction(Instruction::BinaryOps BinaryOp, FtzRequirementTy FtzReq) argument
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1204 class BinaryOp : public SExpr { class in namespace:clang::threadSafety
1206 BinaryOp(TIL_BinaryOpcode Op, SExpr *E0, SExpr *E1) function in class:clang::threadSafety::BinaryOp
1211 BinaryOp(const BinaryOp &B, SExpr *E0, SExpr *E1) function in class:clang::threadSafety::BinaryOp
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DStmtProfile.cpp1638 DecodeOperatorCall(const CXXOperatorCallExpr *S, UnaryOperatorKind &UnaryOp, BinaryOperatorKind &BinaryOp) argument
1852 BinaryOperatorKind BinaryOp = BO_Comma; local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4992 static bool isNeutralValue(Instruction::BinaryOps BinaryOp, Value *RHS, bool IsSigned) { argument
5006 InstCombinerImpl::computeOverflow(Instruction::BinaryOps BinaryOp, argument
5030 bool InstCombinerImpl::OptimizeOverflowCheck(Instruction::BinaryOps BinaryOp, argument
[all...]

Completed in 209 milliseconds