Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Result

322     // Tell the epilog emitter to autorelease the result.  We do this
474 /// constant folds return true and set the boolean result in Result.
492 Expr::EvalResult Result;
493 if (!Cond->Evaluate(Result, getContext()) || !Result.Val.isInt() ||
494 Result.HasSideEffects)
500 ResultInt = Result.Val.getInt();