Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/unittests/Support/
DConstantRangeTest.cpp354 TEST_F(ConstantRangeTest, SMax) { in TEST_F() argument
437 ConstantRange SMax = ConstantRange(APInt::getSignedMaxValue(32)); in TEST() local
/external/swiftshader/third_party/LLVM/lib/Support/
DConstantRange.cpp72 APInt SMax(CR.getSignedMax()); in makeICmpRegion() local
84 APInt SMax(CR.getSignedMax()); in makeICmpRegion() local
/external/llvm/unittests/IR/
DConstantRangeTest.cpp432 TEST_F(ConstantRangeTest, SMax) { in TEST_F() argument
554 ConstantRange SMax = ConstantRange(APInt::getSignedMaxValue(32)); in TEST() local
/external/llvm/lib/IR/
DConstantRange.cpp76 APInt SMax(CR.getSignedMax()); in makeAllowedICmpRegion() local
88 APInt SMax(CR.getSignedMax()); in makeAllowedICmpRegion() local
/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp206 APInt SMax = APInt::getSignedMaxValue(BW).sextOrSelf(MaxIntegerBW+1); in walkBackwards() local
DInductiveRangeCheckElimination.cpp609 APInt SMax = in CanBeSMax() local
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DOpenCL.std.h206 SMax = 156, enumerator
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCompares.cpp719 ConstantInt *SMax = ConstantInt::get(X->getContext(), in FoldICmpAddOpCst() local
2652 APFloat SMax(RHS.getSemantics(), APFloat::fcZero, false); in FoldFCmp_IntToFP_Cst() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1160 ConstantInt *SMax = ConstantInt::get(X->getContext(), in FoldICmpAddOpCst() local
4409 APFloat SMax(RHS.getSemantics()); in FoldFCmp_IntToFP_Cst() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp2413 while (const SCEVSMaxExpr *SMax = dyn_cast<SCEVSMaxExpr>(Ops[Idx])) { in getSMaxExpr() local
3292 if (const SCEVSMaxExpr *SMax = dyn_cast<SCEVSMaxExpr>(S)) { in getUnsignedRange() local
3434 if (const SCEVSMaxExpr *SMax = dyn_cast<SCEVSMaxExpr>(S)) { in getSignedRange() local
/external/llvm/lib/Analysis/
DScalarEvolution.cpp3079 while (const SCEVSMaxExpr *SMax = dyn_cast<SCEVSMaxExpr>(Ops[Idx])) { in getSMaxExpr() local
4475 if (const SCEVSMaxExpr *SMax = dyn_cast<SCEVSMaxExpr>(S)) { in getRange() local