Searched refs:InsertElementConstantExpr (Results 1 – 2 of 2) sorted by relevance
124 class InsertElementConstantExpr final : public ConstantExpr {126 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() function238 struct OperandTraits<InsertElementConstantExpr>239 : public FixedNumOperandTraits<InsertElementConstantExpr, 3> {};240 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertElementConstantExpr, Value)489 return new InsertElementConstantExpr(Ops[0], Ops[1], Ops[2]);
569 else if (isa<InsertElementConstantExpr>(C)) in deleteConstant()570 delete static_cast<InsertElementConstantExpr *>(C); in deleteConstant()