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() function278 struct OperandTraits<InsertElementConstantExpr> :279 public FixedNumOperandTraits<InsertElementConstantExpr, 3> {281 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertElementConstantExpr, Value)492 return new InsertElementConstantExpr(Ops[0], Ops[1], Ops[2]);
229 void InsertElementConstantExpr::anchor() { } in anchor()