Home | History | Annotate | Download | only in TableGen

Lines Matching refs:arg_begin

32     ST.evaluate(Expr->arg_begin(), Expr->arg_end(), Elts, Loc);
44 ST.evaluate(*Expr->arg_begin(), Add, Loc);
45 ST.evaluate(Expr->arg_begin() + 1, Expr->arg_end(), Sub, Loc);
60 ST.evaluate(Expr->arg_begin()[0], S1, Loc);
61 ST.evaluate(Expr->arg_begin()[1], S2, Loc);
79 ST.evaluate(Expr->arg_begin()[0], Set, Loc);
80 IntInit *II = dyn_cast<IntInit>(Expr->arg_begin()[1]);
175 if (IntInit *II = dyn_cast<IntInit>(Expr->arg_begin()[3])) {
183 if (StringInit *SI = dyn_cast<StringInit>(Expr->arg_begin()[0]))
189 if (IntInit *II = dyn_cast<IntInit>(Expr->arg_begin()[1]))
196 if (IntInit *II = dyn_cast<IntInit>(Expr->arg_begin()[2]))