Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/ast/
Dbinary_expression.h24 enum class BinaryOp { enum
/third_party/vk-gl-cts/framework/randomshaders/
DrsgBinaryOps.hpp41 class BinaryOp : public Expression class
DrsgBinaryOps.cpp197 BinaryOp<Precedence, Assoc>::BinaryOp (Token::Type operatorToken) in BinaryOp() function in rsg::BinaryOp
/third_party/rust/crates/regex/regex-syntax/src/ast/
Dvisitor.rs198 BinaryOp(&'a ast::ClassSetBinaryOp), enumerator
Dmod.rs927 BinaryOp(ClassSetBinaryOp), enumerator
/third_party/node/deps/v8/tools/
Dbigint-tester.py146 class BinaryOp(TestGenerator): class
/third_party/gn/src/gn/
Dparser_unittest.cc98 TEST(Parser, BinaryOp) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp4477 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/
DInstCombineCompares.cpp4469 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()
DInstCombineCalls.cpp1537 Optional<Instruction::BinaryOps> BinaryOp; in SimplifyNVVMIntrinsic() member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h803 enum BinaryOp : uint8_t { ADD, MUL, AND, OR, SHL, SRA, SRL, LISTCONCAT, enum