Searched refs:InsertValueConstantExpr (Results 1 – 2 of 2) sorted by relevance
245 class InsertValueConstantExpr final : public ConstantExpr {247 InsertValueConstantExpr(Constant *Agg, Constant *Val, in InsertValueConstantExpr() function371 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);
561 else if (isa<InsertValueConstantExpr>(C)) in deleteConstant()562 delete static_cast<InsertValueConstantExpr *>(C); in deleteConstant()1498 return cast<InsertValueConstantExpr>(this)->Indices; in getIndices()