Searched refs:AbortCode (Results 1 – 1 of 1) sorted by relevance
1021 llvm::APSInt AbortCode(32); in CheckSystemZBuiltinFunctionCall() local1022 if (Arg->isIntegerConstantExpr(AbortCode, Context) && in CheckSystemZBuiltinFunctionCall()1023 AbortCode.getSExtValue() >= 0 && AbortCode.getSExtValue() < 256) in CheckSystemZBuiltinFunctionCall()