Home
last modified time | relevance | path

Searched defs:SMax (Results 1 – 11 of 11) sorted by relevance

/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp119 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 DIVDescriptors.h42 SMax, ///< Signed integer max implemented in terms of select(cmp()). global() enumerator
/llvm-project/llvm/unittests/CodeGen/
H A DSelectionDAGPatternMatchTest.cpp137 SDValue SMax = DAG->getNode(ISD::SMAX, DL, Int32VT, Op0, Op1); TEST_F() local
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Dglobals-fundamental.cpp49 short SMax = 32767; variable
/llvm-project/llvm/unittests/IR/
H A DConstantRangeTest.cpp1151 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 DInstCombineCompares.cpp935 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 DAMDGPUISelDAGToDAG.cpp1934 uint64_t SMax = SKnown.getMaxValue().getZExtValue(); checkFlatScratchSVSSwizzleBug() local
H A DAMDGPUInstructionSelector.cpp4554 uint64_t SMax = SKnown.getMaxValue().getZExtValue(); checkFlatScratchSVSSwizzleBug() local
/llvm-project/llvm/unittests/CodeGen/GlobalISel/
H A DLegalizerHelperTest.cpp1634 auto SMax = B.buildSMax(s64, Copies[0], Copies[1]); in TEST_F() local
/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp15395 if (auto *SMax = dyn_cast<SCEVSMaxExpr>(FromRewritten)) collect() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp50846 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...]