Home
last modified time | relevance | path

Searched defs:BinaryOp (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/
H A Dcxx_loop_proto.proto35 message BinaryOp { message
H A Dcxx_proto.proto29 message BinaryOp { message
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DPostfixExpression.h32 BinaryOp, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp145 std::optional<Instruction::BinaryOps> BinaryOp; in simplifyNvvmIntrinsic() member
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp5192 struct BinaryOp { struct
5193 unsigned Opcode;
5194 Value *LHS;
5195 Value *RHS;
5196 bool IsNSW = false;
5197 bool IsNUW = false;
5201 Operator *Op = nullptr;
5203 explicit BinaryOp(Operator *Op) in BinaryOp() function
5212 explicit BinaryOp(unsigned Opcode, Value *LHS, Value *RHS, bool IsNSW = false, in BinaryOp() function
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1206 BinaryOp(TIL_BinaryOpcode Op, SExpr *E0, SExpr *E1) in BinaryOp() function
1211 BinaryOp(const BinaryOp &B, SExpr *E0, SExpr *E1) in BinaryOp() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtProfile.cpp1640 BinaryOperatorKind &BinaryOp) { in DecodeOperatorCall()
1852 BinaryOperatorKind BinaryOp = BO_Comma; in VisitCXXOperatorCallExpr() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4992 static bool isNeutralValue(Instruction::BinaryOps BinaryOp, Value *RHS, bool IsSigned) { in isNeutralValue()
5006 InstCombinerImpl::computeOverflow(Instruction::BinaryOps BinaryOp, in computeOverflow()
5030 bool InstCombinerImpl::OptimizeOverflowCheck(Instruction::BinaryOps BinaryOp, in OptimizeOverflowCheck()
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DRecord.h837 enum BinaryOp : uint8_t { enum
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp4399 TEST(MemorySanitizerOrigins, BinaryOp) { in TEST() argument