Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DInstructionCost.h71 static InstructionCost getMax() { return getMaxValue(); } in getMax() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp119 APFixedPoint APFixedPoint::getMax(const FixedPointSemantics &Sema) { in getMax() function in llvm::APFixedPoint
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h428 double getMax() const { return maxVal; } in getMax() function