Searched refs:IntMax (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp285 uint64_t IntMax = static_cast<uint64_t>(std::numeric_limits<int>::max()); local
286 if (Offset <= IntMax) {
297 uint64_t IntMax = static_cast<uint64_t>(std::numeric_limits<int>::max()); local
299 if (N && N->getOp() == dwarf::DW_OP_plus && Offset <= IntMax) {
303 !SubRegisterSizeInBits && Offset <= IntMax + 1) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp490 RangeIntTy IntMax = BVF.getMaxValue(IntTy).getLimitedValue(); local
910 RANGE(-1, IntMax)
947 RANGE(-1, IntMax)
1000 RANGE(1, IntMax)
1029 RANGE(1, IntMax)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp394 const APInt IntMax = APInt::getSignedMaxValue(bits+align_bits); local
401 IntMax.getSExtValue() <<
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp5692 APInt IntMax = APInt::getSignedMaxValue(Width); local
5697 Upper = IntMax + 1;
5702 Upper = IntMax.sdiv(*C);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5446 SDValue IntMax = DAG.getConstant( local
5456 SDValue Masked = DAG.getNode(ISD::AND, DL, VT, N, IntMax);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp1425 auto IntMax =
1428 CGF.Builder.CreateAdd(llvm::ConstantInt::get(OpTy, IntMax),
1445 auto IntMax =
1448 UnsignedResult, llvm::ConstantInt::get(OpTy, IntMax));

Completed in 307 milliseconds