Searched defs:BinaryOp (Results 1 – 11 of 11) sorted by relevance
| /third_party/skia/third_party/externals/tint/src/ast/ |
| D | binary_expression.h | 24 enum class BinaryOp { enum
|
| /third_party/vk-gl-cts/framework/randomshaders/ |
| D | rsgBinaryOps.hpp | 41 class BinaryOp : public Expression class
|
| D | rsgBinaryOps.cpp | 197 BinaryOp<Precedence, Assoc>::BinaryOp (Token::Type operatorToken) in BinaryOp() function in rsg::BinaryOp
|
| /third_party/rust/crates/regex/regex-syntax/src/ast/ |
| D | visitor.rs | 198 BinaryOp(&'a ast::ClassSetBinaryOp), enumerator
|
| D | mod.rs | 927 BinaryOp(ClassSetBinaryOp), enumerator
|
| /third_party/node/deps/v8/tools/ |
| D | bigint-tester.py | 146 class BinaryOp(TestGenerator): class
|
| /third_party/gn/src/gn/ |
| D | parser_unittest.cc | 98 TEST(Parser, BinaryOp) { in TEST() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | ScalarEvolution.cpp | 4477 struct BinaryOp { struct 4478 unsigned Opcode; 4479 Value *LHS; 4480 Value *RHS; 4481 bool IsNSW = false; 4482 bool IsNUW = false; 4486 Operator *Op = nullptr; 4488 explicit BinaryOp(Operator *Op) in BinaryOp() argument 4497 explicit BinaryOp(unsigned Opcode, Value *LHS, Value *RHS, bool IsNSW = false, in BinaryOp() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCompares.cpp | 4469 static bool isNeutralValue(Instruction::BinaryOps BinaryOp, Value *RHS) { in isNeutralValue() 4482 Instruction::BinaryOps BinaryOp, bool IsSigned, in computeOverflow() 4506 Instruction::BinaryOps BinaryOp, bool IsSigned, Value *LHS, Value *RHS, in OptimizeOverflowCheck()
|
| D | InstCombineCalls.cpp | 1537 Optional<Instruction::BinaryOps> BinaryOp; in SimplifyNVVMIntrinsic() member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
| D | Record.h | 803 enum BinaryOp : uint8_t { ADD, MUL, AND, OR, SHL, SRA, SRL, LISTCONCAT, enum
|