Searched defs:getMax (Results 1 – 3 of 3) sorted by relevance
71 static InstructionCost getMax() { return getMaxValue(); } in getMax() function
119 APFixedPoint APFixedPoint::getMax(const FixedPointSemantics &Sema) { in getMax() function in llvm::APFixedPoint
428 double getMax() const { return maxVal; } in getMax() function