Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstantsContext.h204 class InsertValueConstantExpr : public ConstantExpr {
206 InsertValueConstantExpr(Constant *Agg, Constant *Val, in InsertValueConstantExpr() function
332 struct OperandTraits<InsertValueConstantExpr>
333 : public FixedNumOperandTraits<InsertValueConstantExpr, 2> {};
334 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertValueConstantExpr, Value)
550 return new InsertValueConstantExpr(Ops[0], Ops[1], Indexes, Ty);
H A DConstants.cpp1185 return cast<InsertValueConstantExpr>(this)->Indices; in getIndices()