Searched refs:InsertElementConstantExpr (Results 1 – 1 of 1) sorted by relevance
125 class InsertElementConstantExpr : public ConstantExpr {127 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() function316 struct OperandTraits<InsertElementConstantExpr>317 : public FixedNumOperandTraits<InsertElementConstantExpr, 3> {};318 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertElementConstantExpr, Value)547 return new InsertElementConstantExpr(Ops[0], Ops[1], Ops[2]);