/llvm-project/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 135 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 D | IVDescriptors.h | 41 SMin, ///< Signed integer min implemented in terms of select(cmp()). global() enumerator
|
/llvm-project/llvm/unittests/CodeGen/ |
H A D | SelectionDAGPatternMatchTest.cpp | 138 SDValue SMin = DAG->getNode(ISD::SMIN, DL, Int32VT, Op1, Op0); TEST_F() local
|
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/ |
H A D | globals-fundamental.cpp | 52 short SMin = -32768; variable
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 3097 const APInt SMin = APInt::getSignedMinValue(Ty->getScalarSizeInBits()); foldICmpAddConstant() local 7228 const APInt SMin = foldICmpCommutative() local 7738 APFloat SMin(RHS->getSemantics()); foldFCmpIntToFPConst() local
|
H A D | InstCombineAddSub.cpp | 1290 APInt SMin = APInt::getSignedMinValue(Add.getType()->getScalarSizeInBits()); foldAddToAshr() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | ConstantRangeTest.cpp | 1207 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 D | CGObjC.cpp | 3961 SMin = Version.getSubminor(); emitIsPlatformVersionAtLeast() local 4000 SMin = Version.getSubminor(); EmitBuiltinAvailable() local
|
/llvm-project/llvm/unittests/CodeGen/GlobalISel/ |
H A D | LegalizerHelperTest.cpp | 1633 auto SMin = B.buildSMin(s64, Copies[0], Copies[1]); in TEST_F() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 50841 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 D | ScalarEvolution.cpp | 15407 if (auto *SMin = dyn_cast<SCEVSMinExpr>(FromRewritten)) collect() local
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 16454 SDValue SMin = combineTruncOfSraSext() local
|