Searched refs:getSignedMinValue (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DDivisionByConstantInfo.cpp28 APInt SignedMin = APInt::getSignedMinValue(D.getBitWidth());
83 APInt SignedMin = APInt::getSignedMinValue(D.getBitWidth());
H A DKnownBits.cpp405 if (LHS.getSignedMaxValue().sle(RHS.getSignedMinValue()))
408 if (LHS.getSignedMinValue().sgt(RHS.getSignedMaxValue()))
598 C = LHS.isNegative() ? APInt::getSignedMinValue(BitWidth)
820 APInt Num = LHS.getSignedMinValue();
829 APInt Denom = RHS.getSignedMinValue();
830 APInt Num = LHS.getSignedMinValue();
835 if (Exact || LHS.getSignedMinValue().uge(-RHS.getSignedMinValue())) {
H A DAPInt.cpp949 return isNegative() ? APInt::getSignedMinValue(width)
2031 return isNegative() ? APInt::getSignedMinValue(BitWidth)
2050 return isNegative() ? APInt::getSignedMinValue(BitWidth)
2072 return ResIsNegative ? APInt::getSignedMinValue(BitWidth)
2095 return isNegative() ? APInt::getSignedMinValue(BitWidth)
/freebsd-current/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOpDescriptor.cpp24 Cs.push_back(ConstantInt::get(IntTy, APInt::getSignedMinValue(W)));
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp122 return ConstantRange(APInt::getSignedMinValue(W), std::move(SMax));
127 return getNonEmpty(APInt::getSignedMinValue(W), CR.getSignedMax() + 1);
138 return ConstantRange(std::move(SMin) + 1, APInt::getSignedMinValue(W));
143 return getNonEmpty(CR.getSignedMin(), APInt::getSignedMinValue(W));
267 APInt MinValue = APInt::getSignedMinValue(BitWidth);
307 APInt SignedMinVal = APInt::getSignedMinValue(BitWidth);
318 APInt SignedMinVal = APInt::getSignedMinValue(BitWidth);
353 return getNonEmpty(APInt::getSignedMinValue(BitWidth).ashr(ShAmtUMax),
446 return APInt::getSignedMinValue(getBitWidth());
754 APInt SMin = APInt::getSignedMinValue(B
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h313 : APInt::getSignedMinValue(numBits),
H A DAPInt.h197 static APInt getSignedMinValue(unsigned numBits) { function
205 /// This is just a wrapper function of getSignedMinValue(), and it helps code
208 return getSignedMinValue(BitWidth);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h126 APInt getSignedMinValue() const { function in struct:llvm::KnownBits
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp8043 case SPF_SMIN: return APInt::getSignedMinValue(BitWidth);
8546 Lower = APInt::getSignedMinValue(Width);
8550 Lower = APInt::getSignedMinValue(Width) + *C;
8565 Upper = APInt::getSignedMinValue(Width) + 1;
8577 Lower = APInt::getSignedMinValue(Width).ashr(*C);
8646 APInt IntMin = APInt::getSignedMinValue(Width);
8726 return ConstantRange::getNonEmpty(APInt::getSignedMinValue(Width),
8731 return ConstantRange::getNonEmpty(APInt::getSignedMinValue(Width) + *C,
8749 return ConstantRange::getNonEmpty(APInt::getSignedMinValue(Width),
8750 *C - APInt::getSignedMinValue(Widt
[all...]
H A DIVDescriptors.cpp1075 APInt::getSignedMinValue(Tp->getIntegerBitWidth()));
H A DScalarEvolution.cpp940 APInt Mod = APInt::getSignedMinValue(W+1);
1236 return SE->getConstant(APInt::getSignedMinValue(BitWidth) -
2351 if (C == APInt::getSignedMinValue(NumBits))
2361 APInt Min = Signed ? APInt::getSignedMinValue(NumBits)
3213 APInt::getSignedMinValue(getTypeSizeInBits(AddRec->getType()));
6641 APInt::getSignedMinValue(BitWidth),
6734 APInt::getSignedMinValue(BitWidth)),
6738 ConstantRange::getNonEmpty(APInt::getSignedMinValue(BitWidth),
6869 ConstantRange(APInt::getSignedMinValue(BitWidth).ashr(NS - 1),
12038 FoundRHSLimit = APInt::getSignedMinValue(getTypeSizeInBit
[all...]
H A DDependenceAnalysis.cpp1617 APInt TL(APInt::getSignedMinValue(Bits));
2009 APInt TL(APInt::getSignedMinValue(Bits));
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp396 const APInt IntMin = APInt::getSignedMinValue(bits+align_bits);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp440 APInt SignedMin = APInt::getSignedMinValue(BitWidth);
H A DLoopConstrainer.cpp52 APInt Min = IsSigned ? APInt::getSignedMinValue(BitWidth)
H A DLoopUtils.cpp1214 APInt Min = Signed ? APInt::getSignedMinValue(BitWidth) :
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp491 APInt IntMin = APInt::getSignedMinValue(Ty->getScalarSizeInBits());
699 LCR.contains(APInt::getSignedMinValue(MinSignedBits).sext(OrigWidth)))
H A DGuardWidening.cpp903 .ugt(APInt::getSignedMinValue(BitWidth)))
H A DInductiveRangeCheckElimination.cpp703 const SCEV *SIntMin = SE.getConstant(APInt::getSignedMinValue(BitWidth));
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp382 APInt::getSignedMinValue(EltBits));
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp654 return ConstantInt::get(C, APInt::getSignedMinValue(BitWidth));
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4849 MinVal = APInt::getSignedMinValue(OperandBitSize);
6636 .multiplicativeInverse(APInt::getSignedMinValue(W + 1))
6882 .multiplicativeInverse(APInt::getSignedMinValue(W + 1))
7029 APInt::getSignedMinValue(SVT.getScalarSizeInBits()), DL, VT);
7737 APInt Mod = APInt::getSignedMinValue(BitWidth + 1);
10074 APInt MinVal = APInt::getSignedMinValue(BitWidth);
10105 APInt MinVal = APInt::getSignedMinValue(BitWidth);
10140 SDValue SatMin = DAG.getConstant(APInt::getSignedMinValue(BW), dl, VT);
10184 APInt MinVal = APInt::getSignedMinValue(VTSize);
10263 SDValue SatMin = DAG.getConstant(APInt::getSignedMinValue(VTSiz
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1856 APInt::getSignedMinValue(X->getType()->getScalarSizeInBits()));
3006 const APInt SMin = APInt::getSignedMinValue(Ty->getScalarSizeInBits());
6141 Op0Min = Op0Known.getSignedMinValue();
6143 Op1Min = Op1Known.getSignedMinValue();
6900 APInt::getSignedMinValue(X->getType()->getScalarSizeInBits());
7370 SMin.convertFromAPInt(APInt::getSignedMinValue(IntWidth), true,
H A DInstCombineSelect.cpp1742 APInt MinSignedValue = APInt::getSignedMinValue(BitWidth);
1980 APInt MinVal = APInt::getSignedMinValue(Ty->getScalarSizeInBits());
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h802 return APInt::getSignedMinValue(numBits);

Completed in 604 milliseconds

12