Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DConstantRangeTest.cpp432 TEST_F(ConstantRangeTest, SMax) { in TEST_F() argument
515 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.cpp218 APInt SMax = APInt::getSignedMaxValue(BW).sextOrSelf(MaxIntegerBW+1); in walkBackwards() local
DInductiveRangeCheckElimination.cpp638 APInt SMax = in CanBeSMax() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp834 ConstantInt *SMax = ConstantInt::get(X->getContext(), in FoldICmpAddOpCst() local
3950 APFloat SMax(RHS.getSemantics()); in FoldFCmp_IntToFP_Cst() local
/external/llvm/lib/Analysis/
DScalarEvolution.cpp3044 while (const SCEVSMaxExpr *SMax = dyn_cast<SCEVSMaxExpr>(Ops[Idx])) { in getSMaxExpr() local
4243 if (const SCEVSMaxExpr *SMax = dyn_cast<SCEVSMaxExpr>(S)) { in getRange() local