Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp135 APInt SMin(CR.getSignedMin()); in makeAllowedICmpRegion() local
308 APInt SMin = Other.getSignedMin(), SMax = Other.getSignedMax(); makeGuaranteedNoWrapRegion() local
319 APInt SMin = Other.getSignedMin(), SMax = Other.getSignedMax(); makeGuaranteedNoWrapRegion() local
754 APInt SMin = APInt::getSignedMinValue(BW); castOp() local
1688 APInt SMin = getSignedMin(), SMax = getSignedMax(); abs() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h41 SMin, ///< Signed integer min implemented in terms of select(cmp()). enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3006 const APInt SMin = APInt::getSignedMinValue(Ty->getScalarSizeInBits()); foldICmpAddConstant() local
6899 const APInt SMin = foldICmpCommutative() local
7369 APFloat SMin(RHS.getSemantics()); foldFCmpIntToFPConst() local
H A DInstCombineAddSub.cpp1253 APInt SMin = APInt::getSignedMinValue(Add.getType()->getScalarSizeInBits()); foldAddToAshr() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp3963 SMin = Version.getSubminor(); emitIsPlatformVersionAtLeast() local
4002 SMin = Version.getSubminor(); EmitBuiltinAvailable() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp49643 if (SDValue SMin = MatchMinMax(In, ISD::SMIN, C2)) detectUSatPattern() local
49649 if (SDValue SMin = MatchMinMax(SMax, ISD::SMIN, C2)) detectUSatPattern() local
49690 if (SDValue SMin = MatchMinMax(In, ISD::SMIN, SignedMax)) detectSSatPattern() local
49695 if (SDValue SMin = MatchMinMax(SMax, ISD::SMIN, SignedMax)) detectSSatPattern() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp15319 if (auto *SMin = dyn_cast<SCEVSMinExpr>(FromRewritten)) applyLoopGuards() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp15363 SDValue SMin = DAG.getNode( PerformDAGCombine() local