/llvm-project/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 119 APInt SMax(CR.getSignedMax()); makeAllowedICmpRegion() local 337 APInt SMin = Other.getSignedMin(), SMax = Other.getSignedMax(); makeGuaranteedNoWrapRegion() local 348 APInt SMin = Other.getSignedMin(), SMax = Other.getSignedMax(); makeGuaranteedNoWrapRegion() local 811 APInt SMax = APInt::getSignedMaxValue(BW); castOp() local 1781 APInt SMin = getSignedMin(), SMax = getSignedMax(); abs() local [all...] |
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | IVDescriptors.h | 42 SMax, ///< Signed integer max implemented in terms of select(cmp()). global() enumerator
|
/llvm-project/llvm/unittests/CodeGen/ |
H A D | SelectionDAGPatternMatchTest.cpp | 137 SDValue SMax = DAG->getNode(ISD::SMAX, DL, Int32VT, Op0, Op1); TEST_F() local
|
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/ |
H A D | globals-fundamental.cpp | 49 short SMax = 32767; variable
|
/llvm-project/llvm/unittests/IR/ |
H A D | ConstantRangeTest.cpp | 1151 TEST_F(ConstantRangeTest,SMax) TEST_F() argument 1300 APInt SMax(Bits, Results.find_last() - Bias); TEST_F() local 1537 ConstantRange SMax = ConstantRange(APInt::getSignedMaxValue(32)); TEST() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 935 APInt SMax = APInt::getSignedMaxValue(C.getBitWidth()); foldICmpAddOpConst() local 3096 const APInt SMax = APInt::getSignedMaxValue(Ty->getScalarSizeInBits()); foldICmpAddConstant() local 7713 APFloat SMax(RHS->getSemantics()); foldFCmpIntToFPConst() local [all...] |
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelDAGToDAG.cpp | 1934 uint64_t SMax = SKnown.getMaxValue().getZExtValue(); checkFlatScratchSVSSwizzleBug() local
|
H A D | AMDGPUInstructionSelector.cpp | 4554 uint64_t SMax = SKnown.getMaxValue().getZExtValue(); checkFlatScratchSVSSwizzleBug() local
|
/llvm-project/llvm/unittests/CodeGen/GlobalISel/ |
H A D | LegalizerHelperTest.cpp | 1634 auto SMax = B.buildSMax(s64, Copies[0], Copies[1]); in TEST_F() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 15395 if (auto *SMax = dyn_cast<SCEVSMaxExpr>(FromRewritten)) collect() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 50846 if (SDValue SMax = MatchMinMax(In, ISD::SMAX, C1)) detectUSatPattern() local 50889 if (SDValue SMax = MatchMinMax(SMin, ISD::SMAX, SignedMin)) detectSSatPattern() local 50892 if (SDValue SMax = MatchMinMax(In, ISD::SMAX, SignedMin)) detectSSatPattern() local [all...] |