Searched refs:InsertElementConstantExpr (Results 1 – 2 of 2) sorted by relevance
115 class InsertElementConstantExpr : public ConstantExpr {123 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() function312 struct OperandTraits<InsertElementConstantExpr>313 : public FixedNumOperandTraits<InsertElementConstantExpr, 3> {};314 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertElementConstantExpr, Value)526 return new InsertElementConstantExpr(Ops[0], Ops[1], Ops[2]);
248 void InsertElementConstantExpr::anchor() { } in anchor()