Searched refs:Greatest (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 849 const SCEV *Smallest = nullptr, *Greatest = nullptr; in calculateSubRanges() local 853 Greatest = End; in calculateSubRanges() 872 Greatest = SE.getAddExpr(Start, SE.getSCEV(One)); in calculateSubRanges() 875 auto Clamp = [this, Smallest, Greatest](const SCEV *S) { in calculateSubRanges() 876 return SE.getSMaxExpr(Smallest, SE.getSMinExpr(Greatest, S)); in calculateSubRanges() 887 SE.isKnownPredicate(ICmpInst::ICMP_SLE, Greatest, Range.getEnd()); in calculateSubRanges()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 1148 const SCEV *Smallest = nullptr, *Greatest = nullptr, *GreatestSeen = nullptr; in calculateSubRanges() local 1153 Greatest = End; in calculateSubRanges() 1173 Greatest = SE.getAddExpr(Start, One); in calculateSubRanges() 1177 auto Clamp = [this, Smallest, Greatest, IsSignedPredicate](const SCEV *S) { in calculateSubRanges() 1179 ? SE.getSMaxExpr(Smallest, SE.getSMinExpr(Greatest, S)) in calculateSubRanges() 1180 : SE.getUMaxExpr(Smallest, SE.getUMinExpr(Greatest, S)); in calculateSubRanges()
|
/external/skqp/docs/ |
D | undocumented.bmh | 448 Greatest extent above the baseline for any glyph. 466 Greatest extent below the baseline for any glyph.
|
/external/skia/docs/ |
D | undocumented.bmh | 448 Greatest extent above the baseline for any glyph. 466 Greatest extent below the baseline for any glyph.
|
/external/skqp/site/user/api/ |
D | undocumented.md | 367 Greatest extent above the baseline for any glyph. 391 Greatest extent below the baseline for any glyph.
|
/external/skia/site/user/api/ |
D | undocumented.md | 367 Greatest extent above the baseline for any glyph. 391 Greatest extent below the baseline for any glyph.
|