Searched refs:InsertValueConstantExpr (Results 1 – 3 of 3) sorted by relevance
187 class InsertValueConstantExpr : public ConstantExpr {195 InsertValueConstantExpr(Constant *Agg, Constant *Val, in InsertValueConstantExpr() function296 struct OperandTraits<InsertValueConstantExpr> :297 public FixedNumOperandTraits<InsertValueConstantExpr, 2> {299 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertValueConstantExpr, Value)496 return new InsertValueConstantExpr(Ops[0], Ops[1], Indexes, Ty);
235 void InsertValueConstantExpr::anchor() { } in anchor()
1188 return cast<InsertValueConstantExpr>(this)->Indices; in getIndices()