Searched defs:SMin (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 135 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 D | IVDescriptors.h | 41 SMin, ///< Signed integer min implemented in terms of select(cmp()). enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 3006 const APInt SMin = APInt::getSignedMinValue(Ty->getScalarSizeInBits()); foldICmpAddConstant() local 6899 const APInt SMin = foldICmpCommutative() local 7369 APFloat SMin(RHS.getSemantics()); foldFCmpIntToFPConst() local
|
H A D | InstCombineAddSub.cpp | 1253 APInt SMin = APInt::getSignedMinValue(Add.getType()->getScalarSizeInBits()); foldAddToAshr() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjC.cpp | 3963 SMin = Version.getSubminor(); emitIsPlatformVersionAtLeast() local 4002 SMin = Version.getSubminor(); EmitBuiltinAvailable() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 49643 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 D | ScalarEvolution.cpp | 15319 if (auto *SMin = dyn_cast<SCEVSMinExpr>(FromRewritten)) applyLoopGuards() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 15363 SDValue SMin = DAG.getNode( PerformDAGCombine() local
|