Searched defs:getMin (Results 1 – 5 of 5) sorted by relevance
72 static InstructionCost getMin() { return getMinValue(); } in getMin() function
397 double CalibratedQuantizedType::getMin() const { return getImpl()->min; } getMin() function in CalibratedQuantizedType
127 APFixedPoint APFixedPoint::getMin(const FixedPointSemantics &Sema) { getMin() function in llvm::APFixedPoint
205 TEST(FixedPointTest, getMin) { in TEST() argument [all...]
426 double getMin() const { return minVal; } in getMin() function