Lines Matching refs:isIntegerConstantExpr
3150 if (Arg->isIntegerConstantExpr(AbortCode, Context) && in CheckSystemZBuiltinFunctionCall()
4743 if (SubExprs[1]->isIntegerConstantExpr(Result, Context) && in SemaAtomicOpsOverloaded()
4753 if (Scope->isIntegerConstantExpr(Result, Context) && in SemaAtomicOpsOverloaded()
5624 if(!TheCall->getArg(2)->isIntegerConstantExpr(Value, Context)) in SemaBuiltinVSX()
5720 if (!TheCall->getArg(i)->isIntegerConstantExpr(Result, Context)) in SemaBuiltinShuffleVector()
5972 if (!Arg->isIntegerConstantExpr(Result, Context)) in SemaBuiltinConstantArg()
9791 if (BO->getRHS()->isIntegerConstantExpr(shift, C) && in GetExprRange()
9822 if (BO->getRHS()->isIntegerConstantExpr(divisor, C)) { in GetExprRange()
10231 bool IsRHSIntegralLiteral = RHS->isIntegerConstantExpr(RHSValue, S.Context); in AnalyzeComparison()
10232 bool IsLHSIntegralLiteral = LHS->isIntegerConstantExpr(LHSValue, S.Context); in AnalyzeComparison()
12733 (RHS && RHS->isIntegerConstantExpr(Value, Context) && Value == 0); in VisitBinaryOperator()