Searched defs:BinaryOp (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXTargetTransformInfo.cpp | 144 Optional<Instruction::BinaryOps> BinaryOp; in simplifyNvvmIntrinsic() member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 4564 struct BinaryOp { struct 4565 unsigned Opcode; 4566 Value *LHS; 4567 Value *RHS; 4568 bool IsNSW = false; 4569 bool IsNUW = false; 4573 Operator *Op = nullptr; 4575 explicit BinaryOp(Operator *Op) in BinaryOp() argument 4584 explicit BinaryOp(unsigned Opcode, Value *LHS, Value *RHS, bool IsNSW = false, in BinaryOp() argument
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | StmtProfile.cpp | 1530 BinaryOperatorKind &BinaryOp) { in DecodeOperatorCall() 1742 BinaryOperatorKind BinaryOp = BO_Comma; in VisitCXXOperatorCallExpr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 4548 static bool isNeutralValue(Instruction::BinaryOps BinaryOp, Value *RHS) { in isNeutralValue() 4561 InstCombinerImpl::computeOverflow(Instruction::BinaryOps BinaryOp, in computeOverflow() 4585 bool InstCombinerImpl::OptimizeOverflowCheck(Instruction::BinaryOps BinaryOp, in OptimizeOverflowCheck()
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/ |
H A D | Record.h | 808 enum BinaryOp : uint8_t { ADD, SUB, MUL, AND, OR, XOR, SHL, SRA, SRL, LISTCONCAT, enum
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
H A D | msan_test.cc | 4330 TEST(MemorySanitizerOrigins, BinaryOp) { in TEST() argument
|