Searched refs:InsertElementConstantExpr (Results 1 – 2 of 2) sorted by relevance
151 class InsertElementConstantExpr final : public ConstantExpr {153 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() function356 struct OperandTraits<InsertElementConstantExpr>357 : public FixedNumOperandTraits<InsertElementConstantExpr, 3> {};358 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertElementConstantExpr, Value)618 return new InsertElementConstantExpr(Ops[0], Ops[1], Ops[2]);
555 else if (isa<InsertElementConstantExpr>(C)) in deleteConstant()556 delete static_cast<InsertElementConstantExpr *>(C); in deleteConstant()