Home
last modified time | relevance | path

Searched refs:InsertValueConstantExpr (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstantsContext.h245 class InsertValueConstantExpr final : public ConstantExpr {
247 InsertValueConstantExpr(Constant *Agg, Constant *Val, in InsertValueConstantExpr() function
371 struct OperandTraits<InsertValueConstantExpr>
372 : public FixedNumOperandTraits<InsertValueConstantExpr, 2> {};
373 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertValueConstantExpr, Value)
622 return new InsertValueConstantExpr(Ops[0], Ops[1], Indexes, Ty);
H A DConstants.cpp561 else if (isa<InsertValueConstantExpr>(C)) in deleteConstant()
562 delete static_cast<InsertValueConstantExpr *>(C); in deleteConstant()
1498 return cast<InsertValueConstantExpr>(this)->Indices; in getIndices()