Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp135 APInt SMin(CR.getSignedMin()); makeAllowedICmpRegion() local
337 APInt SMin = Other.getSignedMin(), SMax = Other.getSignedMax(); makeGuaranteedNoWrapRegion() local
348 APInt SMin = Other.getSignedMin(), SMax = Other.getSignedMax(); makeGuaranteedNoWrapRegion() local
810 APInt SMin = APInt::getSignedMinValue(BW); castOp() local
1781 APInt SMin = getSignedMin(), SMax = getSignedMax(); abs() local
[all...]
/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h41 SMin, ///< Signed integer min implemented in terms of select(cmp()). global() enumerator
/llvm-project/llvm/unittests/CodeGen/
H A DSelectionDAGPatternMatchTest.cpp138 SDValue SMin = DAG->getNode(ISD::SMIN, DL, Int32VT, Op1, Op0); TEST_F() local
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Dglobals-fundamental.cpp52 short SMin = -32768; variable
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3097 const APInt SMin = APInt::getSignedMinValue(Ty->getScalarSizeInBits()); foldICmpAddConstant() local
7228 const APInt SMin = foldICmpCommutative() local
7738 APFloat SMin(RHS->getSemantics()); foldFCmpIntToFPConst() local
H A DInstCombineAddSub.cpp1290 APInt SMin = APInt::getSignedMinValue(Add.getType()->getScalarSizeInBits()); foldAddToAshr() local
/llvm-project/llvm/unittests/IR/
H A DConstantRangeTest.cpp1207 TEST_F(ConstantRangeTest,SMin) TEST_F() argument
1299 APInt SMin(Bits, Results.find_first() - Bias); TEST_F() local
/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp3961 SMin = Version.getSubminor(); emitIsPlatformVersionAtLeast() local
4000 SMin = Version.getSubminor(); EmitBuiltinAvailable() local
/llvm-project/llvm/unittests/CodeGen/GlobalISel/
H A DLegalizerHelperTest.cpp1633 auto SMin = B.buildSMin(s64, Copies[0], Copies[1]); in TEST_F() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp50841 if (SDValue SMin = MatchMinMax(In, ISD::SMIN, C2)) detectUSatPattern() local
50847 if (SDValue SMin = MatchMinMax(SMax, ISD::SMIN, C2)) detectUSatPattern() local
50888 if (SDValue SMin = MatchMinMax(In, ISD::SMIN, SignedMax)) detectSSatPattern() local
50893 if (SDValue SMin = MatchMinMax(SMax, ISD::SMIN, SignedMax)) detectSSatPattern() local
[all...]
/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp15407 if (auto *SMin = dyn_cast<SCEVSMinExpr>(FromRewritten)) collect() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp16454 SDValue SMin = combineTruncOfSraSext() local