Searched defs:SMin (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 135 APInt SMin(CR.getSignedMin()); in makeAllowedICmpRegion() local 337 APInt SMin = Other.getSignedMin(), SMax = Other.getSignedMax(); in makeGuaranteedNoWrapRegion() local 348 APInt SMin = Other.getSignedMin(), SMax = Other.getSignedMax(); in makeGuaranteedNoWrapRegion() local 810 APInt SMin = APInt::getSignedMinValue(BW); in castOp() local 1781 APInt SMin = getSignedMin(), SMax = getSignedMax(); in abs() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | IVDescriptors.h | 42 SMin, ///< Signed integer min implemented in terms of select(cmp()). global() enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 3097 const APInt SMin = APInt::getSignedMinValue(Ty->getScalarSizeInBits()); in foldICmpAddConstant() local 7228 const APInt SMin = in foldICmpCommutative() local 7738 APFloat SMin(RHS->getSemantics()); in foldFCmpIntToFPConst() local
|
H A D | InstCombineAddSub.cpp | 1295 APInt SMin = APInt::getSignedMinValue(Add.getType()->getScalarSizeInBits()); in foldAddToAshr() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjC.cpp | 3961 SMin = Version.getSubminor(); in emitIsPlatformVersionAtLeast() local 4000 SMin = Version.getSubminor(); in EmitBuiltinAvailable() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 50979 if (SDValue SMin = MatchMinMax(In, ISD::SMIN, C2)) in detectUSatPattern() local 50985 if (SDValue SMin = MatchMinMax(SMax, ISD::SMIN, C2)) in detectUSatPattern() local 51026 if (SDValue SMin = MatchMinMax(In, ISD::SMIN, SignedMax)) in detectSSatPattern() local 51031 if (SDValue SMin = MatchMinMax(SMax, ISD::SMIN, SignedMax)) in detectSSatPattern() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 15409 if (auto *SMin = dyn_cast<SCEVSMinExpr>(FromRewritten)) in collect() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 16513 SDValue SMin = combineTruncOfSraSext() local
|