Home
last modified time | relevance | path

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

12

/dports/devel/llvm10/llvm-10.0.1.src/lib/IR/
H A DConstantsContext.h125 class InsertElementConstantExpr : public ConstantExpr {
127 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() function
316 struct OperandTraits<InsertElementConstantExpr>
317 : public FixedNumOperandTraits<InsertElementConstantExpr, 3> {};
318 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertElementConstantExpr, Value)
547 return new InsertElementConstantExpr(Ops[0], Ops[1], Ops[2]);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstantsContext.h125 class InsertElementConstantExpr : public ConstantExpr {
127 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() function
316 struct OperandTraits<InsertElementConstantExpr>
317 : public FixedNumOperandTraits<InsertElementConstantExpr, 3> {};
318 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertElementConstantExpr, Value)
547 return new InsertElementConstantExpr(Ops[0], Ops[1], Ops[2]);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/IR/
H A DConstantsContext.h125 class InsertElementConstantExpr : public ConstantExpr {
127 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() function
316 struct OperandTraits<InsertElementConstantExpr>
317 : public FixedNumOperandTraits<InsertElementConstantExpr, 3> {};
318 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertElementConstantExpr, Value)
547 return new InsertElementConstantExpr(Ops[0], Ops[1], Ops[2]);
/dports/devel/llvm90/llvm-9.0.1.src/lib/IR/
H A DConstantsContext.h125 class InsertElementConstantExpr : public ConstantExpr {
127 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() function
316 struct OperandTraits<InsertElementConstantExpr>
317 : public FixedNumOperandTraits<InsertElementConstantExpr, 3> {};
318 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertElementConstantExpr, Value)
545 return new InsertElementConstantExpr(Ops[0], Ops[1], Ops[2]);
/dports/devel/llvm80/llvm-8.0.1.src/lib/IR/
H A DConstantsContext.h126 class InsertElementConstantExpr : public ConstantExpr {
128 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() function
317 struct OperandTraits<InsertElementConstantExpr>
318 : public FixedNumOperandTraits<InsertElementConstantExpr, 3> {};
319 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertElementConstantExpr, Value)
546 return new InsertElementConstantExpr(Ops[0], Ops[1], Ops[2]);
/dports/devel/llvm70/llvm-7.0.1.src/lib/IR/
H A DConstantsContext.h126 class InsertElementConstantExpr : public ConstantExpr {
128 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() function
317 struct OperandTraits<InsertElementConstantExpr>
318 : public FixedNumOperandTraits<InsertElementConstantExpr, 3> {};
319 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertElementConstantExpr, Value)
544 return new InsertElementConstantExpr(Ops[0], Ops[1], Ops[2]);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/IR/
H A DConstantsContext.h155 class InsertElementConstantExpr final : public ConstantExpr {
157 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() function
363 struct OperandTraits<InsertElementConstantExpr>
364 : public FixedNumOperandTraits<InsertElementConstantExpr, 3> {};
365 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertElementConstantExpr, Value)
623 return new InsertElementConstantExpr(Ops[0], Ops[1], Ops[2]);
H A DConstants.cpp524 else if (isa<InsertElementConstantExpr>(C)) in deleteConstant()
525 delete static_cast<InsertElementConstantExpr *>(C); in deleteConstant()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/IR/
H A DConstantsContext.h155 class InsertElementConstantExpr final : public ConstantExpr {
157 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() function
363 struct OperandTraits<InsertElementConstantExpr>
364 : public FixedNumOperandTraits<InsertElementConstantExpr, 3> {};
365 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertElementConstantExpr, Value)
623 return new InsertElementConstantExpr(Ops[0], Ops[1], Ops[2]);
H A DConstants.cpp517 else if (isa<InsertElementConstantExpr>(C)) in deleteConstant()
518 delete static_cast<InsertElementConstantExpr *>(C); in deleteConstant()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/IR/
H A DConstantsContext.h151 class InsertElementConstantExpr final : public ConstantExpr { in isNegativeZeroValue()
153 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in isNegativeZeroValue()
356 struct OperandTraits<InsertElementConstantExpr> in isNegativeZeroValue()
357 : public FixedNumOperandTraits<InsertElementConstantExpr, 3> {}; in isNegativeZeroValue()
358 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertElementConstantExpr, Value) in isNegativeZeroValue()
618 return new InsertElementConstantExpr(Ops[0], Ops[1], Ops[2]); in isNegativeZeroValue()
H A DConstants.cpp555 else if (isa<InsertElementConstantExpr>(C))
556 delete static_cast<InsertElementConstantExpr *>(C);
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/IR/
H A DConstantsContext.h151 class InsertElementConstantExpr final : public ConstantExpr {
153 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() function
356 struct OperandTraits<InsertElementConstantExpr>
357 : public FixedNumOperandTraits<InsertElementConstantExpr, 3> {};
358 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertElementConstantExpr, Value)
618 return new InsertElementConstantExpr(Ops[0], Ops[1], Ops[2]);
H A DConstants.cpp555 else if (isa<InsertElementConstantExpr>(C)) in deleteConstant()
556 delete static_cast<InsertElementConstantExpr *>(C); in deleteConstant()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/IR/
H A DConstantsContext.h155 class InsertElementConstantExpr final : public ConstantExpr {
157 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() function
363 struct OperandTraits<InsertElementConstantExpr>
364 : public FixedNumOperandTraits<InsertElementConstantExpr, 3> {};
365 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertElementConstantExpr, Value)
623 return new InsertElementConstantExpr(Ops[0], Ops[1], Ops[2]);
H A DConstants.cpp548 else if (isa<InsertElementConstantExpr>(C)) in deleteConstant()
549 delete static_cast<InsertElementConstantExpr *>(C); in deleteConstant()
/dports/devel/llvm11/llvm-11.0.1.src/lib/IR/
H A DConstantsContext.h155 class InsertElementConstantExpr final : public ConstantExpr {
157 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() function
363 struct OperandTraits<InsertElementConstantExpr>
364 : public FixedNumOperandTraits<InsertElementConstantExpr, 3> {};
365 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertElementConstantExpr, Value)
623 return new InsertElementConstantExpr(Ops[0], Ops[1], Ops[2]);
H A DConstants.cpp516 else if (isa<InsertElementConstantExpr>(C)) in deleteConstant()
517 delete static_cast<InsertElementConstantExpr *>(C); in deleteConstant()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/IR/
H A DConstantsContext.h151 class InsertElementConstantExpr final : public ConstantExpr {
153 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() function
356 struct OperandTraits<InsertElementConstantExpr>
357 : public FixedNumOperandTraits<InsertElementConstantExpr, 3> {};
358 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertElementConstantExpr, Value)
618 return new InsertElementConstantExpr(Ops[0], Ops[1], Ops[2]);
H A DConstants.cpp555 else if (isa<InsertElementConstantExpr>(C)) in deleteConstant()
556 delete static_cast<InsertElementConstantExpr *>(C); in deleteConstant()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/IR/
H A DConstantsContext.h151 class InsertElementConstantExpr final : public ConstantExpr {
153 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() function
356 struct OperandTraits<InsertElementConstantExpr>
357 : public FixedNumOperandTraits<InsertElementConstantExpr, 3> {};
358 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertElementConstantExpr, Value)
618 return new InsertElementConstantExpr(Ops[0], Ops[1], Ops[2]);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/IR/
H A DConstantsContext.h151 class InsertElementConstantExpr final : public ConstantExpr {
153 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() function
356 struct OperandTraits<InsertElementConstantExpr>
357 : public FixedNumOperandTraits<InsertElementConstantExpr, 3> {};
358 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertElementConstantExpr, Value)
618 return new InsertElementConstantExpr(Ops[0], Ops[1], Ops[2]);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/IR/
H A DConstantsContext.h155 class InsertElementConstantExpr final : public ConstantExpr {
157 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() function
363 struct OperandTraits<InsertElementConstantExpr>
364 : public FixedNumOperandTraits<InsertElementConstantExpr, 3> {};
365 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertElementConstantExpr, Value)
623 return new InsertElementConstantExpr(Ops[0], Ops[1], Ops[2]);
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/IR/
H A DConstantsContext.h151 class InsertElementConstantExpr final : public ConstantExpr {
153 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() function
356 struct OperandTraits<InsertElementConstantExpr>
357 : public FixedNumOperandTraits<InsertElementConstantExpr, 3> {};
358 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertElementConstantExpr, Value)
618 return new InsertElementConstantExpr(Ops[0], Ops[1], Ops[2]);
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/VMCore/
H A DConstantsContext.h108 class InsertElementConstantExpr : public ConstantExpr {
115 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() function
262 struct OperandTraits<InsertElementConstantExpr> : public FixedNumOperandTraits<3> {
264 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertElementConstantExpr, Value)
416 return new InsertElementConstantExpr(V.operands[0], V.operands[1],

12