Searched refs:ValueAPS (Results 1 – 2 of 2) sorted by relevance
631 llvm::APSInt ValueAPS = ValueExpr->EvaluateKnownConstInt(Ctx); in push() local632 ValueInt = ValueAPS.getSExtValue(); in push()
3728 llvm::APSInt ValueAPS; in CheckLoopHintExpr() local3729 ExprResult R = VerifyIntegerConstantExpression(E, &ValueAPS); in CheckLoopHintExpr()3734 bool ValueIsPositive = ValueAPS.isStrictlyPositive(); in CheckLoopHintExpr()3735 if (!ValueIsPositive || ValueAPS.getActiveBits() > 31) { in CheckLoopHintExpr()3737 << toString(ValueAPS, 10) << ValueIsPositive; in CheckLoopHintExpr()