Home | History | Annotate | Download | only in AST

Lines Matching refs:IntResult

3677       APSInt IntResult;
3678 if (!EvaluateInteger(SE, IntResult, Info))
3680 Val = APValue(IntResult);
5738 APSInt IntResult;
5739 return EvaluateInteger(SubExpr, IntResult, Info) &&
5740 HandleIntToFloatCast(Info, E, SubExpr->getType(), IntResult,