Searched defs:BinaryOp (Results 1 – 10 of 10) sorted by relevance
/openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/ |
H A D | cxx_loop_proto.proto | 35 message BinaryOp { message
|
H A D | cxx_proto.proto | 29 message BinaryOp { message
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
H A D | PostfixExpression.h | 32 BinaryOp, enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
H A D | NVPTXTargetTransformInfo.cpp | 145 std::optional<Instruction::BinaryOps> BinaryOp; in simplifyNvvmIntrinsic() member
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 5192 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 D | ThreadSafetyTIL.h | 1206 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 D | StmtProfile.cpp | 1640 BinaryOperatorKind &BinaryOp) { in DecodeOperatorCall() 1852 BinaryOperatorKind BinaryOp = BO_Comma; in VisitCXXOperatorCallExpr() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 4992 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 D | Record.h | 837 enum BinaryOp : uint8_t { enum
|
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cpp | 4399 TEST(MemorySanitizerOrigins, BinaryOp) { in TEST() argument
|