Home
last modified time | relevance | path

Searched refs:BinaryConstantExpr (Results 1 – 25 of 29) sorted by relevance

12

/dports/devel/llvm10/llvm-10.0.1.src/lib/IR/
H A DConstantsContext.h62 class BinaryConstantExpr : public ConstantExpr {
64 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr() function
301 struct OperandTraits<BinaryConstantExpr>
302 : public FixedNumOperandTraits<BinaryConstantExpr, 2> {};
303 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(BinaryConstantExpr, Value)
539 return new BinaryConstantExpr(Opcode, Ops[0], Ops[1],
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstantsContext.h62 class BinaryConstantExpr : public ConstantExpr {
64 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr() function
301 struct OperandTraits<BinaryConstantExpr>
302 : public FixedNumOperandTraits<BinaryConstantExpr, 2> {};
303 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(BinaryConstantExpr, Value)
539 return new BinaryConstantExpr(Opcode, Ops[0], Ops[1],
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/IR/
H A DConstantsContext.h62 class BinaryConstantExpr : public ConstantExpr {
64 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr() function
301 struct OperandTraits<BinaryConstantExpr>
302 : public FixedNumOperandTraits<BinaryConstantExpr, 2> {};
303 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(BinaryConstantExpr, Value)
539 return new BinaryConstantExpr(Opcode, Ops[0], Ops[1],
/dports/devel/llvm90/llvm-9.0.1.src/lib/IR/
H A DConstantsContext.h62 class BinaryConstantExpr : public ConstantExpr {
64 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr() function
301 struct OperandTraits<BinaryConstantExpr>
302 : public FixedNumOperandTraits<BinaryConstantExpr, 2> {};
303 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(BinaryConstantExpr, Value)
537 return new BinaryConstantExpr(Opcode, Ops[0], Ops[1],
/dports/devel/llvm80/llvm-8.0.1.src/lib/IR/
H A DConstantsContext.h63 class BinaryConstantExpr : public ConstantExpr {
65 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr() function
302 struct OperandTraits<BinaryConstantExpr>
303 : public FixedNumOperandTraits<BinaryConstantExpr, 2> {};
304 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(BinaryConstantExpr, Value)
538 return new BinaryConstantExpr(Opcode, Ops[0], Ops[1],
/dports/devel/llvm70/llvm-7.0.1.src/lib/IR/
H A DConstantsContext.h63 class BinaryConstantExpr : public ConstantExpr {
65 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr() function
302 struct OperandTraits<BinaryConstantExpr>
303 : public FixedNumOperandTraits<BinaryConstantExpr, 2> {};
304 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(BinaryConstantExpr, Value)
536 return new BinaryConstantExpr(Opcode, Ops[0], Ops[1],
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/IR/
H A DConstantsContext.h71 class BinaryConstantExpr final : public ConstantExpr {
73 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr() function
348 struct OperandTraits<BinaryConstantExpr>
349 : public FixedNumOperandTraits<BinaryConstantExpr, 2> {};
350 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(BinaryConstantExpr, Value)
615 return new BinaryConstantExpr(Opcode, Ops[0], Ops[1],
H A DConstants.cpp518 else if (isa<BinaryConstantExpr>(C)) in deleteConstant()
519 delete static_cast<BinaryConstantExpr *>(C); in deleteConstant()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/IR/
H A DConstantsContext.h71 class BinaryConstantExpr final : public ConstantExpr {
73 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr() function
348 struct OperandTraits<BinaryConstantExpr>
349 : public FixedNumOperandTraits<BinaryConstantExpr, 2> {};
350 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(BinaryConstantExpr, Value)
615 return new BinaryConstantExpr(Opcode, Ops[0], Ops[1],
H A DConstants.cpp511 else if (isa<BinaryConstantExpr>(C)) in deleteConstant()
512 delete static_cast<BinaryConstantExpr *>(C); in deleteConstant()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/IR/
H A DConstantsContext.h70 class BinaryConstantExpr final : public ConstantExpr { in isNegativeZeroValue()
72 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in isNegativeZeroValue()
341 struct OperandTraits<BinaryConstantExpr> in isNegativeZeroValue()
342 : public FixedNumOperandTraits<BinaryConstantExpr, 2> {}; in isNegativeZeroValue()
343 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(BinaryConstantExpr, Value) in isNegativeZeroValue()
610 return new BinaryConstantExpr(Opcode, Ops[0], Ops[1], in isNegativeZeroValue()
H A DConstants.cpp549 else if (isa<BinaryConstantExpr>(C))
550 delete static_cast<BinaryConstantExpr *>(C);
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/IR/
H A DConstantsContext.h70 class BinaryConstantExpr final : public ConstantExpr {
72 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr() function
341 struct OperandTraits<BinaryConstantExpr>
342 : public FixedNumOperandTraits<BinaryConstantExpr, 2> {};
343 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(BinaryConstantExpr, Value)
610 return new BinaryConstantExpr(Opcode, Ops[0], Ops[1],
H A DConstants.cpp549 else if (isa<BinaryConstantExpr>(C)) in deleteConstant()
550 delete static_cast<BinaryConstantExpr *>(C); in deleteConstant()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/IR/
H A DConstantsContext.h71 class BinaryConstantExpr final : public ConstantExpr {
73 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr() function
348 struct OperandTraits<BinaryConstantExpr>
349 : public FixedNumOperandTraits<BinaryConstantExpr, 2> {};
350 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(BinaryConstantExpr, Value)
615 return new BinaryConstantExpr(Opcode, Ops[0], Ops[1],
H A DConstants.cpp542 else if (isa<BinaryConstantExpr>(C)) in deleteConstant()
543 delete static_cast<BinaryConstantExpr *>(C); in deleteConstant()
/dports/devel/llvm11/llvm-11.0.1.src/lib/IR/
H A DConstantsContext.h71 class BinaryConstantExpr final : public ConstantExpr {
73 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr() function
348 struct OperandTraits<BinaryConstantExpr>
349 : public FixedNumOperandTraits<BinaryConstantExpr, 2> {};
350 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(BinaryConstantExpr, Value)
615 return new BinaryConstantExpr(Opcode, Ops[0], Ops[1],
H A DConstants.cpp510 else if (isa<BinaryConstantExpr>(C)) in deleteConstant()
511 delete static_cast<BinaryConstantExpr *>(C); in deleteConstant()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/IR/
H A DConstantsContext.h70 class BinaryConstantExpr final : public ConstantExpr {
72 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr() function
341 struct OperandTraits<BinaryConstantExpr>
342 : public FixedNumOperandTraits<BinaryConstantExpr, 2> {};
343 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(BinaryConstantExpr, Value)
610 return new BinaryConstantExpr(Opcode, Ops[0], Ops[1],
H A DConstants.cpp549 else if (isa<BinaryConstantExpr>(C)) in deleteConstant()
550 delete static_cast<BinaryConstantExpr *>(C); in deleteConstant()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/IR/
H A DConstantsContext.h70 class BinaryConstantExpr final : public ConstantExpr {
72 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr() function
341 struct OperandTraits<BinaryConstantExpr>
342 : public FixedNumOperandTraits<BinaryConstantExpr, 2> {};
343 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(BinaryConstantExpr, Value)
610 return new BinaryConstantExpr(Opcode, Ops[0], Ops[1],
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/IR/
H A DConstantsContext.h70 class BinaryConstantExpr final : public ConstantExpr {
72 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr() function
341 struct OperandTraits<BinaryConstantExpr>
342 : public FixedNumOperandTraits<BinaryConstantExpr, 2> {};
343 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(BinaryConstantExpr, Value)
610 return new BinaryConstantExpr(Opcode, Ops[0], Ops[1],
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/IR/
H A DConstantsContext.h71 class BinaryConstantExpr final : public ConstantExpr {
73 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr() function
348 struct OperandTraits<BinaryConstantExpr>
349 : public FixedNumOperandTraits<BinaryConstantExpr, 2> {};
350 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(BinaryConstantExpr, Value)
615 return new BinaryConstantExpr(Opcode, Ops[0], Ops[1],
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/IR/
H A DConstantsContext.h70 class BinaryConstantExpr final : public ConstantExpr {
72 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr() function
341 struct OperandTraits<BinaryConstantExpr>
342 : public FixedNumOperandTraits<BinaryConstantExpr, 2> {};
343 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(BinaryConstantExpr, Value)
610 return new BinaryConstantExpr(Opcode, Ops[0], Ops[1],
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/VMCore/
H A DConstantsContext.h48 class BinaryConstantExpr : public ConstantExpr {
55 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr() function
247 struct OperandTraits<BinaryConstantExpr> : public FixedNumOperandTraits<2> {
249 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(BinaryConstantExpr, Value)
408 return new BinaryConstantExpr(V.opcode, V.operands[0], V.operands[1],

12