Home
last modified time | relevance | path

Searched defs:getMax (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/include/llvm/Support/
H A DInstructionCost.h71 static InstructionCost getMax() { return getMaxValue(); } in getMax() function
/llvm-project/mlir/lib/Dialect/Quant/IR/
H A DQuantTypes.cpp399 double CalibratedQuantizedType::getMax() const { return getImpl()->max; } getMax() function in CalibratedQuantizedType
/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp119 APFixedPoint APFixedPoint::getMax(const FixedPointSemantics &Sema) { getMax() function in llvm::APFixedPoint
/llvm-project/llvm/unittests/ADT/
H A DAPFixedPointTest.cpp179 TEST(FixedPointTest, getMax) { in TEST() argument
[all...]
/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h428 double getMax() const { return maxVal; } in getMax() function