Searched refs:InsertElementConstantExpr (Results 1 – 2 of 2) sorted by relevance
123 class InsertElementConstantExpr final : public ConstantExpr {125 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() function262 struct OperandTraits<InsertElementConstantExpr>263 : public FixedNumOperandTraits<InsertElementConstantExpr, 3> {};264 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertElementConstantExpr, Value)498 return new InsertElementConstantExpr(Ops[0], Ops[1], Ops[2]);
552 else if (isa<InsertElementConstantExpr>(C)) in deleteConstant()553 delete static_cast<InsertElementConstantExpr *>(C); in deleteConstant()