Home
last modified time | relevance | path

Searched refs:ValueAPS (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGStmt.cpp636 llvm::APSInt ValueAPS = in EmitCondBrHints() local
638 ValueInt = static_cast<int>(ValueAPS.getSExtValue()); in EmitCondBrHints()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp3186 llvm::APSInt ValueAPS; in CheckLoopHintExpr() local
3187 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()