Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantsContext.h250 class InsertValueConstantExpr final : public ConstantExpr {
252 InsertValueConstantExpr(Constant *Agg, Constant *Val, in InsertValueConstantExpr() function
378 struct OperandTraits<InsertValueConstantExpr>
379 : public FixedNumOperandTraits<InsertValueConstantExpr, 2> {};
380 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertValueConstantExpr, Value)
629 return new InsertValueConstantExpr(Ops[0], Ops[1], Indexes, Ty);
H A DConstants.cpp559 else if (isa<InsertValueConstantExpr>(C)) in deleteConstant()
560 delete static_cast<InsertValueConstantExpr *>(C); in deleteConstant()
1496 return cast<InsertValueConstantExpr>(this)->Indices; in getIndices()