Searched defs:SMax (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 119 APInt SMax(CR.getSignedMax()); in makeAllowedICmpRegion() local 308 APInt SMin = Other.getSignedMin(), SMax = Other.getSignedMax(); makeGuaranteedNoWrapRegion() local 319 APInt SMin = Other.getSignedMin(), SMax = Other.getSignedMax(); makeGuaranteedNoWrapRegion() local 755 APInt SMax = APInt::getSignedMaxValue(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 | 42 SMax, ///< Signed integer max implemented in terms of select(cmp()). enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 934 APInt SMax = APInt::getSignedMaxValue(C.getBitWidth()); foldICmpAddOpConst() local 3005 const APInt SMax = APInt::getSignedMaxValue(Ty->getScalarSizeInBits()); foldICmpAddConstant() local 7344 APFloat SMax(RHS.getSemantics()); foldFCmpIntToFPConst() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelDAGToDAG.cpp | 1910 uint64_t SMax = SKnown.getMaxValue().getZExtValue(); checkFlatScratchSVSSwizzleBug() local
|
H A D | AMDGPUInstructionSelector.cpp | 4583 uint64_t SMax = SKnown.getMaxValue().getZExtValue(); checkFlatScratchSVSSwizzleBug() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 15307 if (auto *SMax = dyn_cast<SCEVSMaxExpr>(FromRewritten)) applyLoopGuards() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 49648 if (SDValue SMax = MatchMinMax(In, ISD::SMAX, C1)) detectUSatPattern() local 49691 if (SDValue SMax = MatchMinMax(SMin, ISD::SMAX, SignedMin)) detectSSatPattern() local 49694 if (SDValue SMax = MatchMinMax(In, ISD::SMAX, SignedMin)) detectSSatPattern() local [all...] |