Searched refs:ValueAPS (Results 1 – 2 of 2) sorted by relevance
636 llvm::APSInt ValueAPS = in EmitCondBrHints() local638 ValueInt = static_cast<int>(ValueAPS.getSExtValue()); in EmitCondBrHints()
3186 llvm::APSInt ValueAPS; in CheckLoopHintExpr() local3187 ExprResult R = VerifyIntegerConstantExpression(E, &ValueAPS); in CheckLoopHintExpr()3192 bool ValueIsPositive = ValueAPS.isStrictlyPositive(); in CheckLoopHintExpr()3193 if (!ValueIsPositive || ValueAPS.getActiveBits() > 31) { in CheckLoopHintExpr()3195 << ValueAPS.toString(10) << ValueIsPositive; in CheckLoopHintExpr()