Home | History | Annotate | Download | only in TableGen

Lines Matching refs:arg_begin

31     ST.evaluate(Expr->arg_begin(), Expr->arg_end(), Elts);
42 ST.evaluate(*Expr->arg_begin(), Add);
43 ST.evaluate(Expr->arg_begin() + 1, Expr->arg_end(), Sub);
56 ST.evaluate(Expr->arg_begin()[0], S1);
57 ST.evaluate(Expr->arg_begin()[1], S2);
74 ST.evaluate(Expr->arg_begin()[0], Set);
75 IntInit *II = dynamic_cast<IntInit*>(Expr->arg_begin()[1]);
167 if (StringInit *SI = dynamic_cast<StringInit*>(Expr->arg_begin()[0]))
173 if (IntInit *II = dynamic_cast<IntInit*>(Expr->arg_begin()[1]))
180 if (IntInit *II = dynamic_cast<IntInit*>(Expr->arg_begin()[2]))