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