Home
last modified time | relevance | path

Searched defs:maxVal (Results 1 – 9 of 9) sorted by relevance

/llvm-project/libcxx/test/std/numerics/numeric.ops/numeric.ops.sat/
H A Dmul_sat.pass.cpp27 constexpr auto maxVal = std::numeric_limits<IntegerT>::max(); in test_signed() local
104 constexpr auto maxVal = std::numeric_limits<IntegerT>::max(); in test_unsigned() local
H A Ddiv_sat.pass.cpp27 constexpr auto maxVal = std::numeric_limits<IntegerT>::max(); in test_signed() local
90 constexpr auto maxVal = std::numeric_limits<IntegerT>::max(); in test_unsigned() local
H A Dsub_sat.pass.cpp27 constexpr auto maxVal = std::numeric_limits<IntegerT>::max(); in test_signed() local
90 constexpr auto maxVal = std::numeric_limits<IntegerT>::max(); in test_unsigned() local
H A Dadd_sat.pass.cpp26 constexpr auto maxVal = std::numeric_limits<IntegerT>::max(); in test_signed() local
98 constexpr auto maxVal = std::numeric_limits<IntegerT>::max(); in test_unsigned() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp
H A DCStringChecker.cpp918 NonLoc maxVal = svalBuilder.makeIntVal(maxValInt); checkAdditionOverflow() local
/llvm-project/mlir/lib/Dialect/Tosa/Utils/
H A DQuantUtils.cpp303 auto maxVal = dyn_cast<FloatAttr>(maxAttr); in buildQTypeFromMinMax() local
/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h405 double maxVal; variable
/llvm-project/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp415 auto maxVal = rewriter.create<arith::ConstantIntOp>( createLinalgBodyCalculationForElementwiseOp() local