Searched refs:MinType (Results 1 – 2 of 2) sorted by relevance
1574 Type *MinType = nullptr; in shrinkFPConstantVector() local1588 if (!MinType || T->getFPMantissaWidth() > MinType->getFPMantissaWidth()) in shrinkFPConstantVector()1589 MinType = T; in shrinkFPConstantVector()1593 return FixedVectorType::get(MinType, NumElts); in shrinkFPConstantVector()
1484 Type *MinType = nullptr; in shrinkFPConstantVector() local1498 if (!MinType || T->getFPMantissaWidth() > MinType->getFPMantissaWidth()) in shrinkFPConstantVector()1499 MinType = T; in shrinkFPConstantVector()1503 return VectorType::get(MinType, NumElts); in shrinkFPConstantVector()