Searched defs:getMax (Results 1 – 5 of 5) sorted by relevance
71 static InstructionCost getMax() { return getMaxValue(); } in getMax() function
399 double CalibratedQuantizedType::getMax() const { return getImpl()->max; } getMax() function in CalibratedQuantizedType
119 APFixedPoint APFixedPoint::getMax(const FixedPointSemantics &Sema) { getMax() function in llvm::APFixedPoint
179 TEST(FixedPointTest, getMax) { in TEST() argument [all...]
428 double getMax() const { return maxVal; } in getMax() function