Home
last modified time | relevance | path

Searched defs:SMin (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp135 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 DIVDescriptors.h42 SMin, ///< Signed integer min implemented in terms of select(cmp()). global() enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3097 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 DInstCombineAddSub.cpp1295 APInt SMin = APInt::getSignedMinValue(Add.getType()->getScalarSizeInBits()); in foldAddToAshr() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp3961 SMin = Version.getSubminor(); in emitIsPlatformVersionAtLeast() local
4000 SMin = Version.getSubminor(); in EmitBuiltinAvailable() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp50979 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 DScalarEvolution.cpp15409 if (auto *SMin = dyn_cast<SCEVSMinExpr>(FromRewritten)) in collect() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp16513 SDValue SMin = combineTruncOfSraSext() local